mirror of
https://github.com/dyzulk/trustlab-docs.git
synced 2026-01-26 05:25:38 +07:00
feat(docs): upgrade installation, dashboard, and certificate request guides with premium UI and assets
This commit is contained in:
5
pages/_app.tsx
Normal file
5
pages/_app.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import '../styles/globals.css'
|
||||
|
||||
export default function App({ Component, pageProps }) {
|
||||
return <Component {...pageProps} />
|
||||
}
|
||||
Reference in New Issue
Block a user