Skip to content

Commit

Permalink
chore: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinWu098 committed Sep 17, 2024
1 parent bb16066 commit 7540fa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/App.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Route, Routes, Navigate } from "react-router-dom";

import { Banner, Footer, Nav } from "./components";
import { Footer, Nav } from "./components";
import { useScroll } from "./controllers";
import {
About,
Expand Down

0 comments on commit 7540fa8

Please sign in to comment.