Skip to content

Commit

Permalink
fix: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsutakein committed Feb 21, 2024
1 parent 8c4e5aa commit f0f4525
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/frontend/src/components/Navigation/Footer.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"use client";

import type { JSX } from "react";
import Link from "next/link";
import { PagePath } from "@/lib/router";
Expand Down
2 changes: 2 additions & 0 deletions apps/frontend/src/components/Navigation/Header.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"use client";

import React from "react";
import Link from "next/link";
import { MobileHeaderMenu } from "@/components/navigation/mobile-header-menu";
Expand Down

0 comments on commit f0f4525

Please sign in to comment.