1
0
Fork 0

fix: Issues with exports

This commit is contained in:
joostdecock 2024-12-21 14:25:49 +01:00
parent d703707532
commit b4c4031fc5
20 changed files with 252 additions and 274 deletions

View file

@ -1,11 +1,11 @@
import useLocalStorageState from 'use-local-storage-state'
import { defaultControlLevel } from '@freesewing/react/config/freesewing'
import { control as defaultControlLevel } from '@freesewing/config'
/*
* When there is no account, we use this making it easy to check for username
* or control
*/
const noAccount = { username: false, control: defaultControlLevel, these: 'nuts' }
const noAccount = { username: false, control: defaultControlLevel }
/*
* FreeSewing's useAccount hook. Grants access to the (data in the) user's account