Skip to content

Commit 7fb93cd

Browse files
feat: add export
1 parent 45b1fc3 commit 7fb93cd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

apps/kk-adapt-app/src/kk-adapt-export.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// 导入 CSS 文件,这样会被 Vite 打包进库中
2+
import './app/globals.css';
3+
14
// export { joinRoom } from '@/registry/examples/kk-adapt-hooks/roomManage';
25
// export { useLocale } from '@/hooks/useLocale';
36
// export { getI18nValues } from '@/i18n/getI18nValues';

0 commit comments

Comments
 (0)