Fix typo for image import

This commit is contained in:
Dave Smith-Hayes 2024-04-01 21:27:22 -04:00
parent 195a421163
commit cfe95bc464

View File

@ -1,5 +1,5 @@
import type { Episode } from "@slovo/models/episode"; import type { Episode } from "@slovo/models/episode";
import type { Image } from "@slobo/models/image"; import type { Image } from "@slovo/models/image";
export type Channel = { export type Channel = {
name: string, name: string,