remove the redux composer

pages
Yanick Champoux 2022-04-06 10:44:02 -04:00
parent 4c4adf6fb4
commit 9e36f38225
6 changed files with 18 additions and 18 deletions

View File

@ -1,6 +1,6 @@
{
".svelte-kit/runtime/client/start.js": {
"file": "start-0174d0dd.js",
"file": "start-c91a3eca.js",
"src": ".svelte-kit/runtime/client/start.js",
"isEntry": true,
"imports": [
@ -32,7 +32,7 @@
]
},
"src/routes/index.svelte": {
"file": "pages/index.svelte-384b69ad.js",
"file": "pages/index.svelte-bdd7f07b.js",
"src": "src/routes/index.svelte",
"isEntry": 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

View File

@ -1 +1 @@
{"version":"1649203763307"}
{"version":"1649256192683"}

View File

@ -5,14 +5,14 @@
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<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/paths-5d155410.js">
</head>
<body>
<div id="svelte">
<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({
target: document.querySelector('[data-hydrate="45h"]').parentNode,
paths: {"base":"/aotds-docks","assets":"/aotds-docks"},

View File

@ -7,7 +7,7 @@ import shipDux from "../shipDux/index.js";
let composeEnhancers = compose;
if (browser) {
composeEnhancers = window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__;
// composeEnhancers = window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__;
}
export default () => {