seems i misspoke

This commit is contained in:
Ojakoo
2022-01-31 19:55:19 +02:00
parent 02e7e8c182
commit f7e97f3020
+3 -12
View File
@@ -5,31 +5,22 @@ import colors from "@theme/colors";
import ContactCard from "@components/ContactCard";
import BoardJson from "./board.json";
<<<<<<< HEAD
import UtmkJson from "./utmk.json";
import YtmkJson from "./ytmk.json";
import Others from "./others.json";
=======
import HvtmkJson from "./hvtmk.json";
import MtmkJson from "./mtmk.json";
import OptmkJson from "./optmk.json";
>>>>>>> ed6e32dc3fd6e70654686ac34422dcc6a09edc75
import OtmkJson from "./otmk.json";
import EPtmkJson from "./eptmk.json";
import SstmkJson from "./sstmk.json";
import TtmkJson from "./ttmk.json";
import UtmkJson from "./utmk.json";
import YtmkJson from "./ytmk.json";
import Others from "./others.json";
const orderedCommittees = [
BoardJson,
<<<<<<< HEAD
UtmkJson,
YtmkJson,
Others,
=======
HvtmkJson,
MtmkJson,
OptmkJson,
>>>>>>> ed6e32dc3fd6e70654686ac34422dcc6a09edc75
OtmkJson,
EPtmkJson,
SstmkJson,