fix: Issues with exports
This commit is contained in:
parent
d703707532
commit
b4c4031fc5
20 changed files with 252 additions and 274 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue