refactor(app): switch to @phosphor-icons/core and format files

This commit is contained in:
rektdeckard
2023-01-08 02:10:49 -07:00
parent b708d823a7
commit 2a030b08cd
16 changed files with 66 additions and 10426 deletions

View File

@@ -1,5 +1,5 @@
import { atom } from "recoil";
import { IconStyle } from "../lib";
import { IconStyle } from "@phosphor-icons/core";
export const searchQueryAtom = atom<string>({
key: "searchQueryAtom",