This commit is contained in:
Kaspars 2024-05-07 12:55:52 +02:00
parent 6e6a2439c3
commit 5dc2ecd741

View File

@ -1,4 +1,4 @@
import { atom, onMount } from 'nanostores';
import { atom } from 'nanostores';
import { persistentAtom } from '@nanostores/persistent';
import { useStore } from '@nanostores/react';
import { logger } from '@strudel/core';