mirror of
https://github.com/Wei-Shaw/claude-relay-service.git
synced 2026-01-24 08:34:47 +00:00
9 lines
256 B
JavaScript
9 lines
256 B
JavaScript
import Empty from './src/empty2.mjs';
|
|
export { emptyProps } from './src/empty.mjs';
|
|
import { withInstall } from '../../utils/vue/install.mjs';
|
|
|
|
const ElEmpty = withInstall(Empty);
|
|
|
|
export { ElEmpty, ElEmpty as default };
|
|
//# sourceMappingURL=index.mjs.map
|