Skip to content

Commit

Permalink
refactor: change directory scope Header component and HeaderLink comp…
Browse files Browse the repository at this point in the history
…onents
  • Loading branch information
geekhadev committed Mar 26, 2024
1 parent 65d5f1c commit c9c3f8f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { ChevronDown, Star } from "lucide-react";

import { Card } from "@/components/Card";
import { Header } from "@/components/Header";
import { Header } from "@/components/Header/Header";
import { Mountain } from "@/components/Icons/Mountain";
import { Title } from "@/components/Icons/Title";
import { Link } from "@/components/Link";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { HeaderLink } from "@/components/HeaderLink";
import { HeaderLink } from "@/components/Header/HeaderLink";
import { Logo } from "@/components/Icons/Logo";
import { links } from "@/lib/data";
import { theme } from "@/lib/theme";
Expand Down
File renamed without changes.

0 comments on commit c9c3f8f

Please sign in to comment.