Refactor import statements to use absolute paths
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
import type { Post } from "src/types";
|
||||
import type { Post } from "@/types";
|
||||
|
||||
const url = import.meta.env.DEV
|
||||
? "http://payload:3001"
|
||||
|
Reference in New Issue
Block a user