feat(directory): half baked operator page :)

This commit is contained in:
Haoyu Xu
2023-03-01 21:00:18 -05:00
parent 1c8356bbbb
commit 959178161c
16 changed files with 419 additions and 38 deletions

View File

@@ -27,4 +27,4 @@ export function useConfig() {
}, []);
return { config, version, operators };
}
}