Replace TS relative @ import path (#1087)

Migrated the import shortcut used in Svelte from @ to @graphite for better future package compatibility

Co-authored-by: Andre Roelofs <andreroelofsai@gmail.com>
Co-authored-by: Keavon Chambers <keavon@keavon.com>
This commit is contained in:
Andre Roelofs
2023-03-25 17:39:38 -07:00
committed by GitHub
co-authored by Andre Roelofs Keavon Chambers
parent f910b45a5b
commit 5759600f95
83 changed files with 465 additions and 465 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
// The library replaces the Reflect API on the window to support more features.
import "reflect-metadata";
import App from "@/App.svelte";
import App from "@graphite/App.svelte";
document.body.setAttribute("data-app-container", "");