makes the api key modal work

This commit is contained in:
ajaythapliyal
2023-02-18 00:25:21 +05:30
parent 1b6a58520c
commit 350ccad077
5 changed files with 82 additions and 43 deletions

View File

@@ -1 +1 @@
export type NavState = 'OPEN' | 'CLOSED';
export type ActiveState = 'ACTIVE' | 'INACTIVE';