Housekeeping for component imports

This commit is contained in:
rektdeckard
2020-08-15 20:03:30 -04:00
parent 37d80d4b9d
commit 41afffab84
2 changed files with 2 additions and 2 deletions

View File

@@ -1,8 +1,8 @@
import React from "react"; import React from "react";
import { useRecoilState } from "recoil"; import { useRecoilState } from "recoil";
import { Search } from "phosphor-react";
import { searchQueryAtom } from "../../state/atoms"; import { searchQueryAtom } from "../../state/atoms";
import { Search } from "phosphor-react";
import "./SearchInput.css"; import "./SearchInput.css";
type SearchInputProps = {}; type SearchInputProps = {};

View File

@@ -1,11 +1,11 @@
import React from "react"; import React from "react";
import { useRecoilState } from "recoil"; import { useRecoilState } from "recoil";
import Select from "react-dropdown-select"; import Select from "react-dropdown-select";
import { PencilLine } from "phosphor-react";
import { styleQueryAtom } from "../../state/atoms"; import { styleQueryAtom } from "../../state/atoms";
import { IconStyle } from "../../lib"; import { IconStyle } from "../../lib";
import "./StyleInput.css"; import "./StyleInput.css";
import { PencilLine } from "phosphor-react";
const options = [ const options = [
{ {