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 { atom } from 'nanostores';
import { persistentAtom } from '@nanostores/persistent'; import { persistentAtom } from '@nanostores/persistent';
import { useStore } from '@nanostores/react'; import { useStore } from '@nanostores/react';
import { logger } from '@strudel/core';
import { logger } from '@strudel.cycles/core';
import { nanoid } from 'nanoid'; import { nanoid } from 'nanoid';
import { settingsMap } from './settings.mjs'; import { settingsMap } from './settings.mjs';
import { supabase } from './repl/util.mjs'; import { supabase } from './repl/util.mjs';