feat: streamline component imports and update package exports for better organization

This commit is contained in:
Firman Ramdhani
2026-02-27 15:26:36 +07:00
parent 1d38a188b7
commit b0ceb3e444
13 changed files with 26 additions and 29 deletions
-1
View File
@@ -1 +0,0 @@
export { Button, type ButtonProps } from '@mantine/core';
-1
View File
@@ -1 +0,0 @@
export { Card, type CardProps } from '@mantine/core';
-1
View File
@@ -1 +0,0 @@
export { Checkbox, type CheckboxProps } from '@mantine/core';
-1
View File
@@ -1 +0,0 @@
export { Container, type ContainerProps } from '@mantine/core';
-1
View File
@@ -1 +0,0 @@
export { Group, type GroupProps, Stack, type StackProps } from '@mantine/core';
+6
View File
@@ -0,0 +1,6 @@
export * from '@mantine/core';
export * from './system-pages/coming-soon';
export * from './system-pages/forbidden';
export * from './system-pages/maintenance';
export * from './system-pages/not-found';
-1
View File
@@ -1 +0,0 @@
export { TextInput, type TextInputProps } from '@mantine/core';
-1
View File
@@ -1 +0,0 @@
export { Select, type SelectProps } from '@mantine/core';
-1
View File
@@ -1 +0,0 @@
export { Text, type TextProps, Title, type TitleProps } from '@mantine/core';