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,4 +1,4 @@
import type { Post } from "src/types";
import type { Post } from "@/types";
const url = import.meta.env.DEV
? "http://payload:3001"