Skip to content

Commit

Permalink
Remove useless dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
noobnooc committed Apr 29, 2024
1 parent f9bffff commit 392e285
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions app/[lang]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@ import Card from "../../components/card";
import ProfileCard from "../../components/profile-card";
import Image from "next/image";
import { twMerge } from "tailwind-merge";
import subnooc from "../../public/subnooc.png";
import { getDictionary } from "@/dictionaries";
import Link from "next/link";
import { PencilIcon } from "@heroicons/react/24/solid";

export const runtime = "edge";

Expand Down
1 change: 0 additions & 1 deletion app/[lang]/posts/[...slug]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import Link from "next/link";
import { getDictionary, languageLabels } from "@/dictionaries";
import { SiX } from "@icons-pack/react-simple-icons";
import { Metadata } from "next";
import { MDXContent } from "@/components/mdx-components";
import classNames from "classnames";

export const runtime = "edge";
Expand Down
1 change: 0 additions & 1 deletion dictionaries/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ import xiaoshuiAvatar from "../public/avatars/xiaoshui.jpg";
import AssisChat from "../public/assischat.png";
import lofyee from "../public/lofyee.png";
import subnooc from "../public/subnooc.png";
import quwu from "../public/quwu.png";
import youminco from "../public/youminco.png";
import SparkMemosLogo from '../public/sparkmemos.webp';

Expand Down
1 change: 0 additions & 1 deletion dictionaries/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ import xiaoshuiAvatar from "../public/avatars/xiaoshui.jpg";
import AssisChat from "../public/assischat.png";
import lofyee from "../public/lofyee.png";
import subnooc from "../public/subnooc.png";
import quwu from "../public/quwu.png";
import youminco from "../public/youminco.png";
import SparkMemosLogo from '../public/sparkmemos.webp';

Expand Down

0 comments on commit 392e285

Please sign in to comment.