Refactor AlertNoteTemplateViews component and create AlertNoteTemplateView component

This commit is contained in:
Simon Larsen 2024-10-03 16:43:28 -07:00
parent b151eaace7
commit 7a052d69d0
No known key found for this signature in database
GPG Key ID: 96C5DCA24769DBCA
2 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ const SettingsIngestionKeyView: LazyExoticComponent<
const AlertNoteTemplateView: LazyExoticComponent<
FunctionComponent<ComponentProps>
> = lazy(() => {
return import("../Pages/Settings/AlertNoteTemplateViews");
return import("../Pages/Settings/AlertNoteTemplateView");
});
const SettingLabels: LazyExoticComponent<FunctionComponent<ComponentProps>> =