refactor: use class helper instead of component to handle responsiveness
This commit is contained in:
@@ -5,7 +5,7 @@ export const AppContext = createContext<
|
||||
| Prettify<
|
||||
State<"activeKitty", string> &
|
||||
State<"brightness", number> &
|
||||
State<"volume", number>
|
||||
State<"volume", number> & { screenWidth: number }
|
||||
>
|
||||
| undefined
|
||||
>(undefined);
|
||||
|
||||
Reference in New Issue
Block a user