From df795ad9a312b59aca43d885eabdeb6f94b97518 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Wed, 28 Dec 2022 22:38:43 -0800 Subject: [PATCH] Move import --- components/Select/index.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/Select/index.tsx b/components/Select/index.tsx index 82643d75..8d8945e1 100644 --- a/components/Select/index.tsx +++ b/components/Select/index.tsx @@ -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