Skip to content
Snippets Groups Projects
Commit 6d6abdcf authored by Sky Brewer's avatar Sky Brewer
Browse files

Add a NotFoundView story for testing

parent f8c4b611
No related branches found
No related tags found
2 merge requests!497CE-2790: Prepare for 4.0.0,!486Resolve CE-2395 "Typescript start"
Pipeline #191678 waiting for manual action
import React from "react";
import { AppHarness } from "../../../mocks/AppHarness";
import NotFoundView from "../../../components/navigation/NotFoundView";
export default {
title: "Views/Navigation/NotFoundView"
};
const Template = () => (
<AppHarness>
<NotFoundView />
</AppHarness>
);
export const Default = () => <Template />;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment