diff --git a/public/favicon.ico b/public/favicon.ico index 17a609b..ba158fb 100644 Binary files a/public/favicon.ico and b/public/favicon.ico differ diff --git a/public/index.html b/public/index.html index f33e57d..608ea6b 100644 --- a/public/index.html +++ b/public/index.html @@ -2,23 +2,25 @@ - + - + - VenusHacks 2023 + VenusHacks 2024 - + + /> diff --git a/src/App.js b/src/App.js index 43dc3c1..43c9108 100644 --- a/src/App.js +++ b/src/App.js @@ -1,34 +1,16 @@ -import React from 'react'; -import { Route, Switch, Router } from 'react-router-dom'; -import history from './history'; -import './App.scss'; +import React from "react"; +import { Route, Switch, Router } from "react-router-dom"; +import history from "./history"; +import "./App.scss"; -import { - Home, - Schedule, - Resources, - Workshops, - NotFound -} from 'app/views'; - -import { - Nav -} from 'app/components'; +import { Home, NotFound } from "app/views"; function App() { return ( -
+
-