fix: forgot to export identity class 🤦

This commit is contained in:
Shibo Lyu 2024-09-30 16:21:19 +08:00
parent 502c108eb6
commit 342a87fc8d

View file

@ -1,3 +1,4 @@
export type { BlahActKeyRecord } from "./actKey.ts";
export type { BlahIdentityFile } from "./identityFile.ts";
export type { BlahProfile } from "./profile.ts";
export * from "./identity.ts";