material: rename mui to theme

This commit is contained in:
thislight 2024-10-24 22:21:37 +08:00
parent 6620e022bf
commit 08201cccef
3 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@ import {
lazy,
onCleanup,
} from "solid-js";
import { useRootTheme } from "./material/mui.js";
import { useRootTheme } from "./material/theme.js";
import {
Provider as ClientProvider,
createMastoClientFor,