refactor: change relative imports to aliases
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<script lang="ts">
|
||||
import Button from "../ui/Button.svelte";
|
||||
import Button from "$components/ui/Button.svelte";
|
||||
|
||||
interface Props {
|
||||
backgroundImage?: string | undefined;
|
||||
|
||||
Reference in New Issue
Block a user