upt
This commit is contained in:
4
index.js
4
index.js
@@ -1,12 +1,12 @@
|
||||
// import './src/sigpro.js';
|
||||
import { $, $$, Render, Watch, Tag, If, For, Router, Mount } from './src/sigpro.js';
|
||||
import { $, Render, Watch, Tag, If, For, Router, Mount } from './src/sigpro.js';
|
||||
import * as Components from './src/components/index.js';
|
||||
import * as Utils from './src/core/utils.js';
|
||||
import { tt } from './src/core/i18n.js';
|
||||
|
||||
export * from './src/components/index.js';
|
||||
export * from './src/core/utils.js';
|
||||
export { $, $$, Render, Watch, Tag, If, For, Router, Mount, tt };
|
||||
export { $, Render, Watch, Tag, If, For, Router, Mount, tt };
|
||||
|
||||
if (typeof window !== 'undefined') {
|
||||
// const CoreAPI = { $, $$, Render, Watch, Tag, If, For, Router, Mount } = SigPro;
|
||||
|
||||
Reference in New Issue
Block a user