mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-12-25 14:20:21 +08:00
5 lines
111 B
TypeScript
5 lines
111 B
TypeScript
import setupAssets from './assets';
|
|
import setupNaiveUI from './naive';
|
|
|
|
export { setupAssets, setupNaiveUI };
|