Fix broken types in imported library

This commit is contained in:
2025-08-10 23:11:56 -04:00
parent 4402edcfa0
commit 7a31eade87
153 changed files with 171 additions and 150 deletions

View File

@@ -2,8 +2,8 @@ import { DangerButton, DarkButton, LightButton, PrimaryButton, SecondaryButton,
import InfoButton from "$/component/button/InfoButton";
import MoltenButton from "$/component/button/MoltenButton";
import { MattrixwvTabGroup } from "$/component/tab";
import type { ButtonProps, ButtonSize } from "$/types/Button";
import type { TabGroupContent } from "$/types/Tab";
import type { ButtonProps, ButtonSize } from "$/types/ButtonTypes";
import type { TabGroupContent } from "$/types/TabTypes";
import { createFileRoute } from "@tanstack/react-router";
import { useState, type JSX } from "react";
import { BsBag } from "react-icons/bs";