feat: Add new ui package folder to test internal imports

This commit is contained in:
benalleng
2023-08-09 19:38:45 -04:00
committed by Paul Miller
parent de8634a97d
commit a6ba9b6ead
51 changed files with 15343 additions and 340 deletions

View File

@@ -2,9 +2,9 @@ import { Dialog } from "@kobalte/core";
import { ParentComponent, createSignal } from "solid-js";
import { DIALOG_CONTENT, DIALOG_POSITIONER, OVERLAY } from "./DetailsModal";
import { ModalCloseButton, SmallHeader } from "./layout";
import { ExternalLink } from "./layout/ExternalLink";
import { useI18n } from "~/i18n/context";
import { useMegaStore } from "~/state/megaStore";
import { ExternalLink } from "@mutinywallet/ui";
export function BetaWarningModal() {
const i18n = useI18n();