fix(org): Wrong import path
This commit is contained in:
parent
6a9ad0e008
commit
ff506e56e4
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
import { collection } from 'shared/hooks/use-design.mjs'
|
||||
import { collection } from 'site/hooks/use-design.mjs'
|
||||
|
||||
export const DesignPicker = ({ designs = [], setDesigns }) => {
|
||||
return (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue