Move import

This commit is contained in:
Justin Edmund 2022-12-28 22:38:43 -08:00
parent 4d2f433f6c
commit df795ad9a3

View file

@ -2,10 +2,11 @@ import React, { useEffect, useState } from 'react'
import * as RadixSelect from '@radix-ui/react-select'
import classNames from 'classnames'
import Overlay from '~components/Overlay'
import ArrowIcon from '~public/icons/Arrow.svg'
import './index.scss'
import Overlay from '~components/Overlay'
// Props
interface Props