Ver Fonte

fix: imports

Alexandru Cambose há 3 meses atrás
pai
commit
f468e50b89
1 ficheiros alterados com 0 adições e 6 exclusões
  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.
  *