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 ( +