Replace relative imports with util import alias

This commit is contained in:
Sat Naing
2022-09-11 14:15:52 +06:30
parent 7017518c2c
commit 8b4cda6b73
7 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
---
import slugify from "src/utils/slugify";
import slugify from "@utils/slugify";
export interface Props {
name: string;