Refactor import statements to use absolute paths

This commit is contained in:
Max Schmidt
2023-06-17 12:21:29 +02:00
parent 7afdc0dd92
commit 3a2ec92cde
5 changed files with 12 additions and 9 deletions

View File

@ -1,5 +1,5 @@
---
import "global.css";
import "@/global.css";
export interface Props {
title: string;
}