Skip to content

Commit e892050

Browse files
committed
quickfix
1 parent 08020c6 commit e892050

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

utils/flags.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
export const underConstruction = process.env.NEXT_PUBLIC_CONSTRUCTION_FLAG === 'true';
2+
3+
export const PageIdentifiers = {
4+
EXECUTIVE_LEVEL_CONTAINER: 'EXECUTIVE_LEVEL_CONTAINER',
5+
INTERNAL_LEVEL_CONTAINER: 'INTERNAL_LEVEL_CONTAINER',
6+
};

0 commit comments

Comments
 (0)