Files
urbanLifeline/urbanLifelineWeb/packages/shared/src/styles/index.ts
2026-01-08 13:20:40 +08:00

10 lines
345 B
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

// ==================== Shared 全局样式入口 ====================
// 这个文件作为样式的 JS 入口,确保 CSS 被正确加载
// 在宿主应用中使用: import 'shared/styles'
// 导入所有样式Vite 会自动处理 CSS 注入)
import './index.scss'
// 导出空对象,让 Module Federation 能正确处理
export {}