Remove type file

This commit is contained in:
Oliver-Akins 2022-01-03 18:25:33 -07:00
parent 8ea5b506f4
commit 9f77f255a3

View file

@ -1,4 +0,0 @@
interface Colour {
name: string;
hex: string;
}