Skip to content

Commit

Permalink
chore(website): 前台构建类型错误
Browse files Browse the repository at this point in the history
  • Loading branch information
Mereithhh committed Mar 27, 2023
1 parent 402d451 commit 3dfa57a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/website/components/NavBar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import ThemeButton from "../ThemeButton";
import KeyCard from "../KeyCard";
import { MenuItem } from "../../api/getAllData";
import AdminButton from "../AdminButton";
import ImageBoxFuture from "../ImageBoxFuture";
import { ThemeContext } from "../../utils/themeContext";
import RssButton from "../RssButton";
import Item from "./item";
Expand Down
1 change: 0 additions & 1 deletion packages/website/components/Reward/index.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { useContext, useMemo, useState } from "react";
import ImageBoxFuture from "../ImageBoxFuture";
import { ThemeContext } from "../../utils/themeContext";

export default function (props: {
Expand Down

0 comments on commit 3dfa57a

Please sign in to comment.