Skip to content

Commit

Permalink
UADS-62 refactor: Renamed components folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Harsheel12 committed Jun 12, 2024
1 parent 696a3f5 commit d9208fd
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 5 deletions.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion web/src/pages/About.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Navbar from "../component/Navbar";
import Navbar from "../components/Navbar";

export default function About() {
return (
Expand Down
2 changes: 1 addition & 1 deletion web/src/pages/Event.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Navbar from "../component/Navbar";
import Navbar from "../components/Navbar";

export default function Event() {
return (
Expand Down
2 changes: 1 addition & 1 deletion web/src/pages/Home.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Navbar from "../component/Navbar";
import Navbar from "../components/Navbar";

export default function Home() {
return (
Expand Down
2 changes: 1 addition & 1 deletion web/src/pages/SignUp.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Navbar from "../component/Navbar";
import Navbar from "../components/Navbar";

export default function SignUp() {
return (
Expand Down
2 changes: 1 addition & 1 deletion web/src/pages/Sponsor.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Navbar from "../component/Navbar";
import Navbar from "../components/Navbar";

export default function Sponsor() {
return (
Expand Down

0 comments on commit d9208fd

Please sign in to comment.