fixed lab + task done
This commit is contained in:
@@ -2,7 +2,7 @@ import NavBar from './components/Navbar'
|
||||
import Gallery from "./components/Gallery";
|
||||
import Content from "./components/Content";
|
||||
import CustomFooter from "./components/CustomFooter";
|
||||
|
||||
import Task from "./Task"
|
||||
|
||||
import './styles/App.css'
|
||||
|
||||
@@ -13,6 +13,7 @@ function App() {
|
||||
<Gallery/>
|
||||
<Content/>
|
||||
<CustomFooter/>
|
||||
<Task/>
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user