#fix: bug
- Desk: - Perbaikan penempatan file ## No issuee
This commit is contained in:
10
src/app_modules/_global/component/loader.tsx
Normal file
10
src/app_modules/_global/component/loader.tsx
Normal file
@@ -0,0 +1,10 @@
|
||||
import { Loader } from "@mantine/core";
|
||||
import { MainColor } from "../color/color_pallet";
|
||||
|
||||
export default function ComponentGlobal_Loader({ size }: { size?: number }) {
|
||||
return (
|
||||
<>
|
||||
<Loader color={MainColor.yellow} size={size ? size : 20} />
|
||||
</>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user