mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-24 07:17:55 +01:00
fix: 🐛 Moduli non esportati
This commit is contained in:
parent
f943efc9c6
commit
0a62b47b58
@ -7,7 +7,7 @@ import redaxios from 'redaxios';
|
||||
import {registerSW} from 'virtual:pwa-register';
|
||||
|
||||
import {type Page} from './Components';
|
||||
import {OpenSTAManager} from './typings/modules';
|
||||
import {OpenSTAManager} from './typings';
|
||||
import {
|
||||
__ as translator,
|
||||
showSnackbar
|
||||
|
@ -5,3 +5,4 @@
|
||||
export * from './forms';
|
||||
export * from './icons';
|
||||
export * from './misc';
|
||||
export * from './modules';
|
||||
|
2
resources/js/typings/modules.d.ts
vendored
2
resources/js/typings/modules.d.ts
vendored
@ -1,6 +1,6 @@
|
||||
import {MaterialIcons} from './icons';
|
||||
|
||||
declare module OpenSTAManager {
|
||||
export declare module OpenSTAManager {
|
||||
export type Modules = Record<string, Module>;
|
||||
export interface Module {
|
||||
hasBootstrap?: boolean;
|
||||
|
Loading…
x
Reference in New Issue
Block a user