Skip to content

Commit

Permalink
Update QuickAccessLayout.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
opeolluwa authored Oct 3, 2023
1 parent 57ed2a1 commit fbdafe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/layout/QuickAccessLayout.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { goToPrevPage, goToNextPage } from "@/utils";
import { ChevronLeftIcon, ChevronRightIcon } from "@heroicons/react/24/outline";
import Heading from "../app/Heading";
import Heading from "../Heading";

interface Props {
children: React.ReactNode;
Expand Down

0 comments on commit fbdafe1

Please sign in to comment.