Skip to content

Commit

Permalink
remove: 'LineCount' component import and render from 'App.tsx'
Browse files Browse the repository at this point in the history
  • Loading branch information
ITurres committed Sep 10, 2023
1 parent 7d0b4fe commit 8792057
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@ import { Routes, Route } from 'react-router-dom';

import AccessPage from './components/pages/AccessPage.tsx';
import HomePage from './components/pages/HomePage.tsx';
import LineCount from './components/UI/LineCount.tsx';

const App = () => (
<>
<LineCount />
<Routes>
<Route path="/" element={<AccessPage />} />
<Route path="homepage" element={<HomePage />} />
Expand Down

0 comments on commit 8792057

Please sign in to comment.