chore(lab): Switch to shared designs list
This commit is contained in:
parent
0b38df755a
commit
4bef80dd08
2 changed files with 1 additions and 58 deletions
|
@ -2,7 +2,7 @@ import { useState } from 'react'
|
||||||
// Stores state in local storage
|
// Stores state in local storage
|
||||||
import useLocalStorage from 'shared/hooks/useLocalStorage.js'
|
import useLocalStorage from 'shared/hooks/useLocalStorage.js'
|
||||||
// Patterns
|
// Patterns
|
||||||
import patterns from 'site/patterns.json'
|
import patterns from 'shared/config/designs.json'
|
||||||
// Locale and translation
|
// Locale and translation
|
||||||
import { useTranslation } from 'next-i18next'
|
import { useTranslation } from 'next-i18next'
|
||||||
import { capitalize } from 'shared/utils'
|
import { capitalize } from 'shared/utils'
|
||||||
|
|
|
@ -1,57 +0,0 @@
|
||||||
{
|
|
||||||
"accessories": [
|
|
||||||
"florence",
|
|
||||||
"hortensia",
|
|
||||||
"florent",
|
|
||||||
"holmes",
|
|
||||||
"trayvon"
|
|
||||||
],
|
|
||||||
"blocks": [
|
|
||||||
"bella",
|
|
||||||
"bent",
|
|
||||||
"brian",
|
|
||||||
"titan"
|
|
||||||
],
|
|
||||||
"garments": [
|
|
||||||
"aaron",
|
|
||||||
"albert",
|
|
||||||
"bee",
|
|
||||||
"benjamin",
|
|
||||||
"breanna",
|
|
||||||
"bruce",
|
|
||||||
"carlita",
|
|
||||||
"carlton",
|
|
||||||
"cathrin",
|
|
||||||
"charlie",
|
|
||||||
"cornelius",
|
|
||||||
"diana",
|
|
||||||
"huey",
|
|
||||||
"hugo",
|
|
||||||
"jaeger",
|
|
||||||
"lunetius",
|
|
||||||
"paco",
|
|
||||||
"penelope",
|
|
||||||
"sandy",
|
|
||||||
"shin",
|
|
||||||
"simon",
|
|
||||||
"simone",
|
|
||||||
"sven",
|
|
||||||
"tamiko",
|
|
||||||
"teagan",
|
|
||||||
"theo",
|
|
||||||
"tiberius",
|
|
||||||
"ursula",
|
|
||||||
"wahid",
|
|
||||||
"walburga",
|
|
||||||
"waralee",
|
|
||||||
"yuri"
|
|
||||||
],
|
|
||||||
"utilities": [
|
|
||||||
"examples",
|
|
||||||
"legend",
|
|
||||||
"plugintest",
|
|
||||||
"rendertest",
|
|
||||||
"tutorial"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue