Skip to content

Commit 0cb61a0

Browse files
committed
chore(example/solid): remove unused import
1 parent e233adb commit 0cb61a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/gnt/app/components/CscCharactersSearch.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import { useState, type FunctionComponent } from 'react';
44
import Button from '~/components/tailwindui/Button';
5-
import type { Character, Characters, Maybe } from '~/gqty';
5+
import type { Character, Maybe } from '~/gqty';
66
import { useQuery } from '~/gqty/react';
77
import Avatar from './Avatar';
88
import Card from './Card';

0 commit comments

Comments
 (0)