We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45b1fc3 commit 7fb93cdCopy full SHA for 7fb93cd
apps/kk-adapt-app/src/kk-adapt-export.ts
@@ -1,3 +1,6 @@
1
+// 导入 CSS 文件,这样会被 Vite 打包进库中
2
+import './app/globals.css';
3
+
4
// export { joinRoom } from '@/registry/examples/kk-adapt-hooks/roomManage';
5
// export { useLocale } from '@/hooks/useLocale';
6
// export { getI18nValues } from '@/i18n/getI18nValues';
0 commit comments