We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b44160f commit fd7aee7Copy full SHA for fd7aee7
1 file changed
frontend/src/state/store.ts
@@ -14,7 +14,7 @@
14
// You should have received a copy of the GNU Affero General Public License
15
// along with this program. If not, see <https://www.gnu.org/licenses/>.
16
17
-import { createStore, unwrap } from "solid-js/store"
+import { createStore } from "solid-js/store"
18
import * as immutable from "immutable"
19
import { Entry, Feed, getTags, toEntryId } from "./feed"
20
import { createMemo, JSX } from "solid-js";
0 commit comments