This commit is contained in:
14
frontend/storybook/stories/Logo.stories.tsx
Normal file
14
frontend/storybook/stories/Logo.stories.tsx
Normal file
@@ -0,0 +1,14 @@
|
||||
import preview from "#.storybook/preview";
|
||||
|
||||
import { Logo } from "../../src/ts/components/layout/header/Logo";
|
||||
|
||||
const meta = preview.meta({
|
||||
title: "Layout/Header/Logo",
|
||||
component: Logo,
|
||||
parameters: {
|
||||
layout: "centered",
|
||||
},
|
||||
tags: ["autodocs"],
|
||||
});
|
||||
|
||||
export const Default = meta.story({});
|
||||
Reference in New Issue
Block a user