mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-18 22:11:43 +01:00
fix(module): mark functions used in exports as pure (#3604)
This commit is contained in:
@@ -4,4 +4,4 @@ import _appConfig from '#build/app.config'
|
||||
|
||||
const appConfigTv = _appConfig as AppConfig & { ui: { tv: typeof defaultConfig } }
|
||||
|
||||
export const tv = createTV(appConfigTv.ui?.tv)
|
||||
export const tv = /* @__PURE__ */ createTV(appConfigTv.ui?.tv)
|
||||
|
||||
Reference in New Issue
Block a user