Correct components errors
All checks were successful
Deploy Docs to Synology / deploy (push) Successful in 3s
All checks were successful
Deploy Docs to Synology / deploy (push) Successful in 3s
This commit is contained in:
3
index.js
3
index.js
@@ -1,6 +1,7 @@
|
||||
import * as All from './sigpro-ui.js';
|
||||
import * as Editor from './sigpro-editor.js';
|
||||
import { Locale, tt } from './sigpro-locale.js';
|
||||
import { hide, get } from './sigpro-helpers.js';
|
||||
|
||||
export const Components = {
|
||||
...All,
|
||||
@@ -8,7 +9,7 @@ export const Components = {
|
||||
};
|
||||
|
||||
export const Utils = {
|
||||
Locale, tt
|
||||
Locale, tt, hide, get
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user