feat(shared): Added testing to lab
This commit is contained in:
parent
9d5b1b5873
commit
e22ae97463
5 changed files with 76 additions and 72 deletions
|
@ -1,7 +1,8 @@
|
|||
import svgattrPlugin from '@freesewing/plugin-svgattr'
|
||||
import { svgattrPlugin } from '@freesewing/plugin-svgattr'
|
||||
import { useTranslation } from 'next-i18next'
|
||||
|
||||
const LabSample = ({ gist, draft }) => {
|
||||
|
||||
const { t } = useTranslation(['workbench'])
|
||||
let svg
|
||||
let title = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue