remove the redux composer
This commit is contained in:
parent
4c4adf6fb4
commit
9e36f38225
docs
src/lib/store
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
".svelte-kit/runtime/client/start.js": {
|
".svelte-kit/runtime/client/start.js": {
|
||||||
"file": "start-0174d0dd.js",
|
"file": "start-c91a3eca.js",
|
||||||
"src": ".svelte-kit/runtime/client/start.js",
|
"src": ".svelte-kit/runtime/client/start.js",
|
||||||
"isEntry": true,
|
"isEntry": true,
|
||||||
"imports": [
|
"imports": [
|
||||||
@ -32,7 +32,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"src/routes/index.svelte": {
|
"src/routes/index.svelte": {
|
||||||
"file": "pages/index.svelte-384b69ad.js",
|
"file": "pages/index.svelte-bdd7f07b.js",
|
||||||
"src": "src/routes/index.svelte",
|
"src": "src/routes/index.svelte",
|
||||||
"isEntry": true,
|
"isEntry": true,
|
||||||
"isDynamicEntry": true,
|
"isDynamicEntry": true,
|
||||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1 +1 @@
|
|||||||
{"version":"1649203763307"}
|
{"version":"1649256192683"}
|
@ -5,14 +5,14 @@
|
|||||||
<link rel="icon" href="/favicon.ico" />
|
<link rel="icon" href="/favicon.ico" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<meta http-equiv="content-security-policy" content="">
|
<meta http-equiv="content-security-policy" content="">
|
||||||
<link rel="modulepreload" href="/aotds-docks/_app/start-0174d0dd.js">
|
<link rel="modulepreload" href="/aotds-docks/_app/start-c91a3eca.js">
|
||||||
<link rel="modulepreload" href="/aotds-docks/_app/chunks/index-68fa7044.js">
|
<link rel="modulepreload" href="/aotds-docks/_app/chunks/index-68fa7044.js">
|
||||||
<link rel="modulepreload" href="/aotds-docks/_app/chunks/paths-5d155410.js">
|
<link rel="modulepreload" href="/aotds-docks/_app/chunks/paths-5d155410.js">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="svelte">
|
<div id="svelte">
|
||||||
<script type="module" data-hydrate="45h">
|
<script type="module" data-hydrate="45h">
|
||||||
import { start } from "/aotds-docks/_app/start-0174d0dd.js";
|
import { start } from "/aotds-docks/_app/start-c91a3eca.js";
|
||||||
start({
|
start({
|
||||||
target: document.querySelector('[data-hydrate="45h"]').parentNode,
|
target: document.querySelector('[data-hydrate="45h"]').parentNode,
|
||||||
paths: {"base":"/aotds-docks","assets":"/aotds-docks"},
|
paths: {"base":"/aotds-docks","assets":"/aotds-docks"},
|
||||||
|
@ -7,7 +7,7 @@ import shipDux from "../shipDux/index.js";
|
|||||||
let composeEnhancers = compose;
|
let composeEnhancers = compose;
|
||||||
|
|
||||||
if (browser) {
|
if (browser) {
|
||||||
composeEnhancers = window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__;
|
// composeEnhancers = window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__;
|
||||||
}
|
}
|
||||||
|
|
||||||
export default () => {
|
export default () => {
|
||||||
|
Loading…
Reference in New Issue
Block a user