memperbaiki asset svg & pemanggilan asset di file
This commit is contained in:
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 812 B After Width: | Height: | Size: 812 B |
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user