Skip to content

Commit

Permalink
fix: Remove unused import in [news_id]/page.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
naohanpen committed Aug 17, 2024
1 parent d197cde commit 3c4f523
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/news/[news_id]/page.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
"use client";

import { container } from "@styled-system/patterns";
import { css } from "@styled-system/css";
import useSWR from "swr";
import { assignType } from "@/lib/openapi";
import { News } from "@/common_components/news/News";
Expand Down

0 comments on commit 3c4f523

Please sign in to comment.