diff --git a/frontend/.prettierrc b/frontend/.prettierrc index ab94e86..2326774 100644 --- a/frontend/.prettierrc +++ b/frontend/.prettierrc @@ -1,5 +1,5 @@ { - "plugins": ["prettier-plugin-tailwindcss", "@trivago/prettier-plugin-sort-imports"], + "plugins": ["@trivago/prettier-plugin-sort-imports", "prettier-plugin-tailwindcss"], "printWidth": 120, "tabWidth": 2, "trailingComma": "all", diff --git a/frontend/src/app/not-found.tsx b/frontend/src/app/not-found.tsx new file mode 100644 index 0000000..c60dd79 --- /dev/null +++ b/frontend/src/app/not-found.tsx @@ -0,0 +1,16 @@ +export default function NotFoundPage() { + return ( +
+
+

404

+

+
+
+ Not +
+ Found. +

+
+
+ ); +} diff --git a/frontend/src/app/page.tsx b/frontend/src/app/page.tsx index 5641f47..8c21ab0 100644 --- a/frontend/src/app/page.tsx +++ b/frontend/src/app/page.tsx @@ -4,7 +4,7 @@ export default function HomePage() { return (

Hello 大家好!

-

+

我是
Squid