The problem names should be in camel case in the content files. For example, in /content/problems/bio2/index.tsx, we have brokersdoom: ... as one of the keys. This should be brokersDoom instead.
Furthermore, the first two keys in /content/problems/bio1/index.tsx are wrong. It says proto and dine, but these should clearly be integerStrings and parsingLists respectively.
The problem names should be in camel case in the content files. For example, in
/content/problems/bio2/index.tsx
, we havebrokersdoom: ...
as one of the keys. This should bebrokersDoom
instead.Furthermore, the first two keys in
/content/problems/bio1/index.tsx
are wrong. It saysproto
anddine
, but these should clearly beintegerStrings
andparsingLists
respectively.