Skip to content

Commit

Permalink
refactor: move Footer to component
Browse files Browse the repository at this point in the history
  • Loading branch information
kyziq committed Jan 7, 2024
1 parent af1312d commit e9bf700
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { BrowserRouter as Router, Routes, Route } from 'react-router-dom';
import Navbar from './components/Navbar';
import Home from './pages/Home';
import Test from './pages/Test';
import Footer from './pages/Footer';
import Footer from './components/Footer';
function App() {
return (
<div className="flex flex-col justify-start items-start min-h-screen bg-gray-100 overflow-hidden">
Expand Down
File renamed without changes.

0 comments on commit e9bf700

Please sign in to comment.