added doga
This commit is contained in:
16
25_01_27_doga/dolgozat/src/App.js
Normal file
16
25_01_27_doga/dolgozat/src/App.js
Normal file
@@ -0,0 +1,16 @@
|
||||
import logo from './logo.svg';
|
||||
import './App.css';
|
||||
import Feladat1 from './Feladat1/Feladat1';
|
||||
//import QuoteContext from './Feladat2/QuoteContext';
|
||||
import QuoteInit from './Feladat2/QuoteInit';
|
||||
|
||||
function App() {
|
||||
return (
|
||||
<>
|
||||
<Feladat1></Feladat1>
|
||||
<QuoteInit></QuoteInit>
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
export default App;
|
||||
Reference in New Issue
Block a user