diff options
| author | nsfisis <nsfisis@gmail.com> | 2024-08-04 17:06:23 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2024-08-04 17:06:23 +0900 |
| commit | dd3440009ae75ecc00e10e48b014ef23bb446964 (patch) | |
| tree | 487566e4fe6b7f77e95bbf3e25e02a0534e78177 /frontend/app/routes/admin.tsx | |
| parent | 264fa15fb2ba5f0b9636cda44b64deb3c56aa99d (diff) | |
| download | phperkaigi-2025-albatross-dd3440009ae75ecc00e10e48b014ef23bb446964.tar.gz phperkaigi-2025-albatross-dd3440009ae75ecc00e10e48b014ef23bb446964.tar.zst phperkaigi-2025-albatross-dd3440009ae75ecc00e10e48b014ef23bb446964.zip | |
feat(frontend): remove admin pages
Diffstat (limited to 'frontend/app/routes/admin.tsx')
| -rw-r--r-- | frontend/app/routes/admin.tsx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/frontend/app/routes/admin.tsx b/frontend/app/routes/admin.tsx deleted file mode 100644 index ceef37e..0000000 --- a/frontend/app/routes/admin.tsx +++ /dev/null @@ -1,8 +0,0 @@ -import type { LinksFunction } from "@remix-run/node"; -import normalizeCss from "sakura.css/css/normalize.css?url"; -import sakuraCss from "sakura.css/css/sakura.css?url"; - -export const links: LinksFunction = () => [ - { rel: "stylesheet", href: normalizeCss }, - { rel: "stylesheet", href: sakuraCss }, -]; |
