import { useComputedColorScheme } from "@mantine/core" // the color scheme to use to render components export const useColorScheme = () => useComputedColorScheme("light")