Skip to content

Commit

Permalink
frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
neodyma committed Mar 17, 2024
1 parent 14dcd01 commit 0116ca8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/src/App.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
import React from 'react';
import './App.css';
import MainPage from "./components/MainPage";
import Navbar from './components/Navbar';

function App() {
return (
<div className="flex flex-col">
<Navbar/>
<MainPage/>
</div>
);
Expand Down

0 comments on commit 0116ca8

Please sign in to comment.