fixed imports
This commit is contained in:
parent
500ddf3946
commit
7aea1b5fc8
1 changed files with 1 additions and 2 deletions
|
|
@ -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';
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue