Fix broken types in imported library
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user