Fixed casing on import

Did not want to compile without the change
This commit is contained in:
Daniel Ferri 2021-05-04 18:57:56 +02:00 committed by hydroflame
parent 8b7f140115
commit 13206a8c3e

@ -1,5 +1,5 @@
import { Program } from "./Program";
import { programsMetadata } from "./data/programsMetadata";
import { programsMetadata } from "./data/ProgramsMetadata";
import { IMap } from "../types";
export const Programs: IMap<Program> = {};