Skip to content

Commit

Permalink
Merge pull request #32 from CS3219-AY2425S1/fix-imports
Browse files Browse the repository at this point in the history
Fix imports
  • Loading branch information
mounilsankar authored Sep 29, 2024
2 parents f7f930e + 1990a70 commit 5b7e09b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/components/navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { Link } from "@nextui-org/link";
import NextLink from "next/link";
import { useRouter } from "next/router";

import NavLink from "@/components/navlink";
import NavLink from "@/components/navLink";
import { siteConfig } from "@/config/site";
import { ThemeSwitch } from "@/components/theme-switch";
import { GithubIcon, Logo } from "@/components/icons";
Expand Down
2 changes: 1 addition & 1 deletion frontend/components/questions/QuestionTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {
} from "@nextui-org/table";
import { Pagination } from "@nextui-org/pagination";

import NavLink from "@/components/navlink";
import NavLink from "@/components/navLink";
import CategoryTags from "@/components/questions/CategoryTags";
import DifficultyTags from "@/components/questions/DifficultyTags";
import ActionButtons from "@/components/questions/ActionButtons";
Expand Down

0 comments on commit 5b7e09b

Please sign in to comment.