fix(core): update
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import * as plugins from './smartcache.plugins';
|
||||
import { CacheManager } from './smartcache.classes.cachemanager';
|
||||
import * as plugins from './smartcache.plugins.js';
|
||||
import { CacheManager } from './smartcache.classes.cachemanager.js';
|
||||
|
||||
export class SmartCache {
|
||||
private _cacheManager = new CacheManager();
|
||||
|
||||
Reference in New Issue
Block a user