Skip to content

Commit

Permalink
undo scroll indicatore project
Browse files Browse the repository at this point in the history
  • Loading branch information
nuexq committed Apr 28, 2024
1 parent 6539e8e commit af91923
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 13 deletions.
3 changes: 0 additions & 3 deletions src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import LoadMoreData from "./pages/LoadMoreData";
import TreeView from "./pages/tree-view/TreeView";
import QRCodeGenerator from "./pages/QRCodeGenerator";
import LightDarkMode from "./pages/light-dark-mode/Light-dark-mode";
import { ScrollIndicator } from "./pages/ScrollIndicator";

function App() {
return (
Expand Down Expand Up @@ -45,8 +44,6 @@ function App() {
<Route path="qr-code-generator" element={<QRCodeGenerator />} />
{/* Light Dark Mode */}
<Route path='light-dark-mode' element={<LightDarkMode />} />
{/* Scroll Indicator */}
<Route path="scroll-indicator" element={<ScrollIndicator />} />

{/* Error Page */}
<Route path="*" element={<NotFound />} />
Expand Down
5 changes: 0 additions & 5 deletions src/data/projects.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,6 @@ export const projects = [
id: 8,
name: 'Light Dark Mode',
path: 'light-dark-mode',
},
{
id: 9,
name: 'Scroll Indicator',
path: 'scroll-indicator',
}
];

5 changes: 0 additions & 5 deletions src/pages/ScrollIndicator.jsx

This file was deleted.

0 comments on commit af91923

Please sign in to comment.