Skip to content

Commit

Permalink
Fix import type
Browse files Browse the repository at this point in the history
  • Loading branch information
ruchernchong committed Oct 12, 2024
1 parent be20421 commit 0225af4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/coe/(prices)/page.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { Metadata } from "next";
import { TrendTable } from "@/app/coe/(prices)/TrendTable";
import { COECategories } from "@/components/COECategories";
import { COEPremiumChart } from "@/components/COEPremiumChart";
Expand All @@ -14,6 +13,7 @@ import {
import { API_URL, SITE_URL } from "@/config";
import { type COEBiddingResult, type COEResult, RevalidateTags } from "@/types";
import { fetchApi } from "@/utils/fetchApi";
import type { Metadata } from "next";
import type { WebPage, WithContext } from "schema-dts";

export const generateMetadata = async (): Promise<Metadata> => {
Expand Down

0 comments on commit 0225af4

Please sign in to comment.