Remove the taken property from Colour

This commit is contained in:
Oliver-Akins 2021-12-25 23:56:13 -07:00
parent 7de3f614da
commit 1e8ae8e99f

View file

@ -1,5 +1,4 @@
interface Colour {
name: string;
hex: string;
taken: boolean;
}