import routes from './routes' import integrations from './integrations' import type { App as Vue } from 'vue' // CSS filename injected by vite plugin export const css = ['__CSS_FILENAME_PLACEHOLDER__'] export { routes, integrations } export default { install(app: Vue) { // Module-specific Vue plugins (if needed) } }