|
|
@@ -13,4 +13,4 @@ for (const key in components) {
|
|
|
export type { DrawItem, DrawData } from './core/components'
|
|
|
|
|
|
export type { DrawExpose } from './core/hook/use-expose.ts'
|
|
|
-console.log('build time =', window.__BUILD_TIME__)
|
|
|
+console.log('build time =', __BUILD_TIME__)
|