Files
discord-clone/node_modules/@nuxt/ui-templates/dist/index.d.ts
2023-01-03 09:29:04 -06:00

5 lines
298 B
TypeScript

export { template as error404 } from './templates/error-404'
export { template as error500 } from './templates/error-500'
export { template as errorDev } from './templates/error-dev'
export { template as loading } from './templates/loading'
export { template as welcome } from './templates/welcome'