瀏覽代碼

fix: imports

Alexandru Cambose 3 月之前
父節點
當前提交
f468e50b89
共有 1 個文件被更改,包括 0 次插入6 次删除
  1. 0 6
      apps/insights/src/utils/absolute-url.ts

+ 0 - 6
apps/insights/src/utils/absolute-url.ts

@@ -1,11 +1,5 @@
 import { headers } from "next/headers";
 
-import {
-  demand,
-  IS_PREVIEW_SERVER,
-  IS_PRODUCTION_SERVER,
-} from "../config/server";
-
 /**
  * Returns an absolute URL for the given pathname.
  *