This commit is contained in:
benthecarman
2023-08-03 12:46:40 -05:00
committed by Paul Miller
parent cd3b0e858f
commit 07901fa9c7

View File

@@ -11,6 +11,7 @@ import { A } from "solid-start";
import { For, Show } from "solid-js";
import forward from "~/assets/icons/forward.svg";
import { useI18n } from "~/i18n/context";
import { useMegaStore } from "~/state/megaStore";
function SettingsLinkList(props: {
header: string;
@@ -59,6 +60,8 @@ function SettingsLinkList(props: {
export default function Settings() {
const i18n = useI18n();
const [state, _actions] = useMegaStore();
return (
<SafeArea>
<DefaultMain>