Skip to content
Snippets Groups Projects
Commit 9881dd2f authored by GraphieDK's avatar GraphieDK
Browse files

Merge errors, idk

parent e18478c9
No related branches found
No related tags found
No related merge requests found
<<<<<<< HEAD
import { useState } from 'react'
import './App.css'
function App() {
=======
import Navbar from './components/Navbar';
import AppRoutes from './routes/AppRoutes';
>>>>>>> 62b7ffd3898aa926db6b900000663fe0713087ba
const App = () => {
return (
<>
<<<<<<< HEAD
<div className="Header">
<a href="/" className='Title'>WORKLY.</a>
<ul>
......@@ -39,10 +35,8 @@ const App = () => {
</div>
<div className="Con3"></div>
</div>
=======
<Navbar />
<AppRoutes />
>>>>>>> 62b7ffd3898aa926db6b900000663fe0713087ba
</>
);
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment