chore: split app to commons and web (squash commit)
This commit is contained in:
4
packages/hoppscotch-common/src/composables/theming.ts
Normal file
4
packages/hoppscotch-common/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