feat(docs): add view details guide, fix dashboard workflows, restore styling, and standardize icons

This commit is contained in:
dyzulk
2026-01-08 18:39:38 +07:00
parent 03355781be
commit 72b321fc3b
11 changed files with 84 additions and 36 deletions

View File

@@ -1,5 +1,5 @@
import '../styles/globals.css'
export default function App({ Component, pageProps }) {
return <Component {...pageProps} />
}