- starting project list...
- ordering some functions
- fix error TS2339
quasar.extensions.json was the problem !
inside had:
{
"@quasar/typescript": {
"webpack": "plugin",
"rename": true
}
}
This commit is contained in:
4
src/store/Modules/Interface/index.ts
Normal file
4
src/store/Modules/Interface/index.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
// export {default as NotificationsStore} from './NotificationsStore';
|
||||
export {default as ProgressBar} from './ProgressBar'
|
||||
// export {default as AlertsStore} from './AlertsStore';
|
||||
// export {default as GoogleMaps, getMapInstance, geoLocate} from './GoogleMaps/GoogleMaps';
|
||||
Reference in New Issue
Block a user