Recreate and reconfigured project
This commit is contained in:
+3
-4
@@ -1,12 +1,11 @@
|
||||
import './global.css'
|
||||
import { Home } from './Home'
|
||||
import { Home } from "./Home";
|
||||
|
||||
function App() {
|
||||
return (
|
||||
<div>
|
||||
<Home />
|
||||
</div>
|
||||
)
|
||||
);
|
||||
}
|
||||
|
||||
export default App
|
||||
export default App;
|
||||
|
||||
Reference in New Issue
Block a user