Browse Source

Fix autorefresh regression

master
Hampus Sjöberg 4 years ago
parent
commit
4880626e81
  1. 1
      frontend/state/index.ts

1
frontend/state/index.ts

@ -1,4 +1,5 @@
import { action, Action, createStore, createTypedHooks, thunk, Thunk } from "https://esm.sh/easy-peasy";
import config from "../back/config/config.ts";
import { IBlock } from "../back/common/interfaces.ts";

Loading…
Cancel
Save