feat: add dark mode stats

This commit is contained in:
2022-08-09 16:25:23 -04:00
parent df033cc0d2
commit 3c7d81fd36
6 changed files with 32 additions and 17 deletions

View File

@@ -1 +1,9 @@
export default {};
export const projects: Record<string, string> = {
public: "",
primoprod: "",
mandown: "",
noveldown: "",
eifueo: "",
};
export default projects;