From 41afffab843ac19c7e47185e8abbdf5151c477f2 Mon Sep 17 00:00:00 2001 From: rektdeckard Date: Sat, 15 Aug 2020 20:03:30 -0400 Subject: [PATCH] Housekeeping for component imports --- src/components/SearchInput/SearchInput.tsx | 2 +- src/components/StyleInput/StyleInput.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/SearchInput/SearchInput.tsx b/src/components/SearchInput/SearchInput.tsx index 79da64c..9f416f9 100644 --- a/src/components/SearchInput/SearchInput.tsx +++ b/src/components/SearchInput/SearchInput.tsx @@ -1,8 +1,8 @@ import React from "react"; import { useRecoilState } from "recoil"; +import { Search } from "phosphor-react"; import { searchQueryAtom } from "../../state/atoms"; -import { Search } from "phosphor-react"; import "./SearchInput.css"; type SearchInputProps = {}; diff --git a/src/components/StyleInput/StyleInput.tsx b/src/components/StyleInput/StyleInput.tsx index 61d32a1..74e6f41 100644 --- a/src/components/StyleInput/StyleInput.tsx +++ b/src/components/StyleInput/StyleInput.tsx @@ -1,11 +1,11 @@ import React from "react"; import { useRecoilState } from "recoil"; import Select from "react-dropdown-select"; +import { PencilLine } from "phosphor-react"; import { styleQueryAtom } from "../../state/atoms"; import { IconStyle } from "../../lib"; import "./StyleInput.css"; -import { PencilLine } from "phosphor-react"; const options = [ {