material: rename mui to theme
This commit is contained in:
parent
6620e022bf
commit
08201cccef
3 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
|
@ -16,7 +16,7 @@ import {
|
|||
import { Close as CloseIcon, ContentCopy } from "@suid/icons-material";
|
||||
import { Title } from "../material/typography";
|
||||
import { render } from "solid-js/web";
|
||||
import { useRootTheme } from "../material/mui";
|
||||
import { useRootTheme } from "../material/theme";
|
||||
|
||||
const ShareBottomSheet: Component<{
|
||||
data?: ShareData;
|
||||
|
|
Loading…
Reference in a new issue