refactor: refactor relative imports to aliases

This commit is contained in:
satnaing
2023-01-28 00:52:18 +06:30
parent 8cc6947799
commit 0fe14f4217
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
---
import { SITE } from "src/config";
import { SITE } from "@config";
import Breadcrumbs from "@components/Breadcrumbs.astro";
import Footer from "@components/Footer.astro";
import Header from "@components/Header.astro";