Housekeeping for component imports
This commit is contained in:
@@ -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 = {};
|
||||||
|
|||||||
@@ -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 = [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user