mirror of
https://github.com/Steffo99/bluelib.git
synced 2024-12-22 11:34:21 +00:00
🧹 Remove stories for BaseLayout
This commit is contained in:
parent
977b7d3e77
commit
c28c4bf77a
1 changed files with 0 additions and 21 deletions
|
@ -1,21 +0,0 @@
|
|||
import * as React from "react"
|
||||
import * as ReactDOM from "react-dom"
|
||||
import * as Decorators from "../../utils/Decorators"
|
||||
import { BaseLayout } from "./BaseLayout"
|
||||
import { Bluelib } from "../Bluelib"
|
||||
|
||||
|
||||
export default {
|
||||
component: BaseLayout,
|
||||
title: "Abstract/BaseLayout",
|
||||
decorators: [Decorators.Bluelib, Decorators.Fill],
|
||||
parameters: {
|
||||
layout: "fullscreen",
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
export const Default = props => (
|
||||
<BaseLayout {...props}/>
|
||||
)
|
||||
Default.args = {}
|
Loading…
Reference in a new issue