Create Footer story
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
import { JSX } from "react";
|
||||
import { MemoryRouter } from "react-router";
|
||||
import Footer from "../components/Footer/Footer";
|
||||
|
||||
export default {
|
||||
title: "Layout/Footer",
|
||||
component: Footer,
|
||||
parameters: {
|
||||
layout: "fullscreen",
|
||||
},
|
||||
tags: ["autodocs"],
|
||||
decorators: [
|
||||
(Story: () => JSX.Element) => (
|
||||
<MemoryRouter>
|
||||
<Story />
|
||||
</MemoryRouter>
|
||||
),
|
||||
],
|
||||
};
|
||||
|
||||
export const Default = {};
|
||||
Reference in New Issue
Block a user