UNPKG

create-imr-app

Version:

Create web application with the imr stack

7 lines (5 loc) 138 B
import { useTheme as root } from "~components/providers/theme"; export const useTheme = () => { const theme = root(); return theme; };