remove unused import

This commit is contained in:
Hayden 2024-05-24 19:58:48 -05:00
parent 75ad107192
commit 5c217c11d2
No known key found for this signature in database
GPG key ID: 17CF79474E257545

View file

@ -1,5 +1,3 @@
import { useId } from "./use-ids";
interface Notification {
id: string;
message: string;