Add StoreSelect component

This commit is contained in:
TrainDoctor
2022-10-29 15:03:12 -07:00
parent 5996a3f88b
commit 4d30339c34
5 changed files with 99 additions and 8 deletions
@@ -10,7 +10,7 @@ const logger = new Logger('BranchSelect');
enum UpdateBranch {
Stable,
Prerelease,
// Nightly,
Testing,
}
const BranchSelect: FunctionComponent<{}> = () => {