diff --git a/js_modules/dagster-ui/packages/ui-core/src/code-location/CodeLocationAlertsSection.oss.tsx b/js_modules/dagster-ui/packages/ui-core/src/code-location/CodeLocationAlertsSection.oss.tsx
new file mode 100644
index 0000000000000..558b65b91a5d4
--- /dev/null
+++ b/js_modules/dagster-ui/packages/ui-core/src/code-location/CodeLocationAlertsSection.oss.tsx
@@ -0,0 +1 @@
+export const CodeLocationAlertsSection = ({locationName: _}: {locationName: string}) => null;
diff --git a/js_modules/dagster-ui/packages/ui-core/src/code-location/CodeLocationOverviewRoot.tsx b/js_modules/dagster-ui/packages/ui-core/src/code-location/CodeLocationOverviewRoot.tsx
index 8ddff35ccc7e7..421cda37dc645 100644
--- a/js_modules/dagster-ui/packages/ui-core/src/code-location/CodeLocationOverviewRoot.tsx
+++ b/js_modules/dagster-ui/packages/ui-core/src/code-location/CodeLocationOverviewRoot.tsx
@@ -9,6 +9,7 @@ import {
} from '@dagster-io/ui-components';
import {StyledRawCodeMirror} from '@dagster-io/ui-components/editor';
import {useContext, useMemo} from 'react';
+import {CodeLocationAlertsSection} from 'shared/code-location/CodeLocationAlertsSection.oss';
import {CodeLocationPageHeader} from 'shared/code-location/CodeLocationPageHeader.oss';
import {CodeLocationServerSection} from 'shared/code-location/CodeLocationServerSection.oss';
import {CodeLocationTabs} from 'shared/code-location/CodeLocationTabs.oss';
@@ -127,6 +128,7 @@ export const CodeLocationOverviewRoot = (props: Props) => {
>
) : null}
+