aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/app/routes/admin.tsx
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2024-08-01 00:29:45 +0900
committernsfisis <nsfisis@gmail.com>2024-08-01 00:29:45 +0900
commit99deb7cd2c0fef438e062ffca50d7266febab6e6 (patch)
tree173b7e33627c8e7f9c0851856a7e81037384b043 /frontend/app/routes/admin.tsx
parentabb8a31a12ba49d0d7faf5fdf2f5b790accfda92 (diff)
downloadphperkaigi-2025-albatross-99deb7cd2c0fef438e062ffca50d7266febab6e6.tar.gz
phperkaigi-2025-albatross-99deb7cd2c0fef438e062ffca50d7266febab6e6.tar.zst
phperkaigi-2025-albatross-99deb7cd2c0fef438e062ffca50d7266febab6e6.zip
feat(frontend): introduce class-less css in admin pages
Diffstat (limited to 'frontend/app/routes/admin.tsx')
-rw-r--r--frontend/app/routes/admin.tsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/frontend/app/routes/admin.tsx b/frontend/app/routes/admin.tsx
new file mode 100644
index 0000000..4bd96b1
--- /dev/null
+++ b/frontend/app/routes/admin.tsx
@@ -0,0 +1,2 @@
+import 'sakura.css/css/normalize.css';
+import 'sakura.css/css/sakura.css';