Skip to content

Commit

Permalink
fix: incident create layout
Browse files Browse the repository at this point in the history
  • Loading branch information
moshloop committed Feb 5, 2022
1 parent 7b018e6 commit 3c49100
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pages/incident/incident-create.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import { IncidentCreate } from "../../components/Incidents/IncidentCreate";
import { MinimalLayout } from "../../components/Layout";
import { SearchLayout } from "../../components/Layout";

export function IncidentCreatePage() {
return (
<MinimalLayout title="Create Incident">
<SearchLayout title="Create Incident">
<IncidentCreate />
</MinimalLayout>
</SearchLayout>
);
}

0 comments on commit 3c49100

Please sign in to comment.