Skip to content

Commit 51e4d33

Browse files
authored
refactor(core): remove unused constants (#2872)
1 parent b582c57 commit 51e4d33

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/constants.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
export const INTERNAL_PREFIX = "/_frsh";
2-
export const DEV_CLIENT_URL = `${INTERNAL_PREFIX}/fresh_dev_client.js`;
32
export const DEV_ERROR_OVERLAY_URL = `${INTERNAL_PREFIX}/error_overlay`;
43
export const ALIVE_URL = `${INTERNAL_PREFIX}/alive`;
5-
export const JS_PREFIX = `/js`;

0 commit comments

Comments
 (0)