forked from Archives/Athou_commafeed
5 lines
176 B
TypeScript
5 lines
176 B
TypeScript
|
|
import { useComputedColorScheme } from "@mantine/core"
|
||
|
|
|
||
|
|
// the color scheme to use to render components
|
||
|
|
export const useColorScheme = () => useComputedColorScheme("light")
|