lincd-cli 0.1.16 → 0.1.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -18,7 +18,7 @@ const Home = lazy(() => import('./pages/Home' /* webpackPrefetch: true */));
|
|
|
18
18
|
const Page1 = lazy(() => import('./pages/Page1' /* webpackPrefetch: true */));
|
|
19
19
|
|
|
20
20
|
//store all quads in a file on the backend named 'main'
|
|
21
|
-
|
|
21
|
+
export const store = new FrontendFileStore('main');
|
|
22
22
|
Storage.setDefaultStore(store);
|
|
23
23
|
|
|
24
24
|
declare var window;
|