refactor: revert changes in /ui

This commit is contained in:
alejandrobailo
2025-10-22 14:28:19 +02:00
parent 409331804b
commit c8e096ca7c
3 changed files with 5 additions and 15 deletions
+1
View File
@@ -12,5 +12,6 @@ export * from "./feedback-banner/feedback-banner";
export * from "./headers/navigation-header";
export * from "./label/Label";
export * from "./main-layout/main-layout";
export * from "./select/Select";
export * from "./sidebar";
export * from "./toast";
-12
View File
@@ -1,12 +0,0 @@
export {
Select,
SelectContent,
SelectGroup,
SelectItem,
SelectLabel,
SelectScrollDownButton,
SelectScrollUpButton,
SelectSeparator,
SelectTrigger,
SelectValue,
} from "./Select";
@@ -10,15 +10,16 @@ import Link from "next/link";
import { usePathname, useRouter, useSearchParams } from "next/navigation";
import { useState } from "react";
import { getPaginationInfo } from "@/lib";
import { MetaDataProps } from "@/types";
import {
Select,
SelectContent,
SelectItem,
SelectTrigger,
SelectValue,
} from "@/components/ui/select";
import { getPaginationInfo } from "@/lib";
import { MetaDataProps } from "@/types";
} from "../select/Select";
interface DataTablePaginationProps {
metadata?: MetaDataProps;