feat: migrate to vue 3 + vite (#2553)
Co-authored-by: amk-dev <akash.k.mohan98@gmail.com> Co-authored-by: liyasthomas <liyascthomas@gmail.com>
This commit is contained in:
4
packages/hoppscotch-app/src/composables/theming.ts
Normal file
4
packages/hoppscotch-app/src/composables/theming.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
import { inject } from "vue"
|
||||
import { HoppColorMode } from "~/modules/theming"
|
||||
|
||||
export const useColorMode = () => inject("colorMode") as HoppColorMode
|
||||
Reference in New Issue
Block a user