Skip to content

Commit b618ea1

Browse files
committed
[#104] ✅ add Footer stories
1 parent 88d7a1d commit b618ea1

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
import { Meta, StoryObj } from '@storybook/react'
2+
3+
import { Footer } from '@/components/shared/footer'
4+
5+
export default {
6+
title: 'Shared/Footer',
7+
component: Footer,
8+
parameters: {
9+
layout: 'fullscreen',
10+
},
11+
} as Meta
12+
13+
export const Default: StoryObj = {}

0 commit comments

Comments
 (0)