Files
chrono/src/main.ts
T
2026-02-10 20:08:03 -05:00

9 lines
220 B
TypeScript

import routes from '@/routes'
import integrations from '@/integrations'
// CSS filename is injected by the vite plugin at build time
export const css = ['__CSS_FILENAME_PLACEHOLDER__']
export { routes, integrations }