9 lines
284 B
TypeScript
9 lines
284 B
TypeScript
import routes from '@/routes'
|
|
import integrations from '@/integrations'
|
|
|
|
// CSS filename is injected by the vite plugin at build time
|
|
// The placeholder gets replaced with the actual hashed filename
|
|
export const css = ['__CSS_FILENAME_PLACEHOLDER__']
|
|
|
|
export { routes, integrations }
|