fix: react imports
This commit is contained in:
parent
f1f7feffaa
commit
6485563a95
2 changed files with 2 additions and 3 deletions
|
|
@ -1,5 +1,4 @@
|
||||||
import React, { useState } from "react";
|
import React from "react";
|
||||||
import { Squares2X2Icon, Bars3Icon } from "@heroicons/react/24/solid";
|
|
||||||
|
|
||||||
export type ListViewProps<T> = {
|
export type ListViewProps<T> = {
|
||||||
items: T[];
|
items: T[];
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
import React, { useState } from "react";
|
import { useState } from "react";
|
||||||
import type { TitleSort } from "../../api";
|
import type { TitleSort } from "../../api";
|
||||||
import { ChevronDownIcon, ArrowUpIcon, ArrowDownIcon } from "@heroicons/react/24/solid";
|
import { ChevronDownIcon, ArrowUpIcon, ArrowDownIcon } from "@heroicons/react/24/solid";
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue