memperbaiki asset svg & pemanggilan asset di file

This commit is contained in:
2023-11-16 11:46:32 +07:00
parent d5ac090054
commit a08e51049d
3 changed files with 2 additions and 2 deletions

View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

Before

Width:  |  Height:  |  Size: 812 B

After

Width:  |  Height:  |  Size: 812 B

View File

@@ -1,5 +1,5 @@
import cog from "@/components/table/assets/cog.svg"
import dot from "@/components/table/assets/dots-vertical.svg"
import cog from "@/assets/cog.svg"
import dot from "@/assets/dots-vertical.svg"
interface IconProps {
type ?: "cog" | "dot";