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