mirror of
https://github.com/aljazceru/mutiny-web.git
synced 2026-01-06 07:44:27 +01:00
Fix lint
This commit is contained in:
committed by
Paul Miller
parent
cd3b0e858f
commit
07901fa9c7
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user