aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/app/routes/dashboard.tsx
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-03-16 00:14:59 +0900
committernsfisis <nsfisis@gmail.com>2025-03-16 00:14:59 +0900
commit074c1fba509987e9ee8f9b1593d3e2a205127f10 (patch)
tree1a5a106e040e753036a6f83c083af8d071926e73 /frontend/app/routes/dashboard.tsx
parent5df5ec12134b85e9c743ffd5b4da35aa0fed04e6 (diff)
downloadphperkaigi-2025-albatross-074c1fba509987e9ee8f9b1593d3e2a205127f10.tar.gz
phperkaigi-2025-albatross-074c1fba509987e9ee8f9b1593d3e2a205127f10.tar.zst
phperkaigi-2025-albatross-074c1fba509987e9ee8f9b1593d3e2a205127f10.zip
feat(frontend): add InlineCode component
Diffstat (limited to 'frontend/app/routes/dashboard.tsx')
-rw-r--r--frontend/app/routes/dashboard.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/frontend/app/routes/dashboard.tsx b/frontend/app/routes/dashboard.tsx
index 2320744..6e54979 100644
--- a/frontend/app/routes/dashboard.tsx
+++ b/frontend/app/routes/dashboard.tsx
@@ -2,7 +2,6 @@ import type { LoaderFunctionArgs, MetaFunction } from "react-router";
import { Form, useLoaderData } from "react-router";
import { ensureUserLoggedIn } from "../.server/auth";
import { apiGetGames } from "../api/client";
-import BorderedContainer from "../components/BorderedContainer";
import BorderedContainerWithCaption from "../components/BorderedContainerWithCaption";
import NavigateLink from "../components/NavigateLink";
import UserIcon from "../components/UserIcon";