chore [react]: Linter
This commit is contained in:
parent
0c1d886e94
commit
47d4a27f64
6 changed files with 49 additions and 46 deletions
|
@ -2,7 +2,7 @@ import React from 'react'
|
|||
// Dependencies
|
||||
import { defaultConfig as config } from '../config/index.mjs'
|
||||
import { measurementAsMm } from '@freesewing/utils'
|
||||
import { linkClasses } from '@freesewing/utils'
|
||||
|
||||
/*
|
||||
* Components
|
||||
* Note that these are only used as returns values
|
||||
|
|
|
@ -2,7 +2,6 @@ import React from 'react'
|
|||
import { mergeOptions } from '@freesewing/core'
|
||||
import { designOptionType, set, orderBy } from '@freesewing/utils'
|
||||
import { i18n } from '@freesewing/collection'
|
||||
import { linkClasses } from '@freesewing/utils'
|
||||
|
||||
export function menuDesignOptionsStructure(design, options, settings, asFullList = false) {
|
||||
if (!options) return options
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
import React from 'react'
|
||||
import { defaultConfig } from '../config/index.mjs'
|
||||
import { linkClasses } from '@freesewing/utils'
|
||||
import { AsideIcon, RotateIcon, RocketIcon, UxIcon } from '@freesewing/react/components/Icon'
|
||||
|
||||
export function menuUiPreferencesStructure() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue