fix type import

This commit is contained in:
Namekuji 2023-08-27 13:05:32 -04:00
parent c7da13d965
commit f399a230f3
No known key found for this signature in database
GPG key ID: 1D62332C07FBA532

View file

@ -9,7 +9,7 @@ import {
parseScyllaNote,
prepared,
scyllaClient,
ScyllaPoll,
type ScyllaPoll,
type ScyllaNote,
parseScyllaPollVote,
} from "@/db/scylla.js";