fixed imports

This commit is contained in:
Jade (Rose) Rowland 2024-01-19 00:27:09 -05:00
parent 500ddf3946
commit 7aea1b5fc8

View File

@ -1,8 +1,7 @@
import { atom } from 'nanostores';
import { persistentAtom } from '@nanostores/persistent';
import { useStore } from '@nanostores/react';
import { logger } from '@strudel.cycles/core';
import { logger } from '@strudel/core';
import { nanoid } from 'nanoid';
import { settingsMap } from './settings.mjs';
import { supabase } from './repl/util.mjs';