Move import
This commit is contained in:
parent
4d2f433f6c
commit
df795ad9a3
1 changed files with 2 additions and 1 deletions
|
|
@ -2,10 +2,11 @@ import React, { useEffect, useState } from 'react'
|
||||||
import * as RadixSelect from '@radix-ui/react-select'
|
import * as RadixSelect from '@radix-ui/react-select'
|
||||||
import classNames from 'classnames'
|
import classNames from 'classnames'
|
||||||
|
|
||||||
|
import Overlay from '~components/Overlay'
|
||||||
|
|
||||||
import ArrowIcon from '~public/icons/Arrow.svg'
|
import ArrowIcon from '~public/icons/Arrow.svg'
|
||||||
|
|
||||||
import './index.scss'
|
import './index.scss'
|
||||||
import Overlay from '~components/Overlay'
|
|
||||||
|
|
||||||
// Props
|
// Props
|
||||||
interface Props
|
interface Props
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue