Skip to content

Commit

Permalink
fix: readded lost commit from rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
benjitrosch committed Mar 16, 2022
1 parent 1bcb43f commit 41edb8b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 6 additions & 1 deletion .storybook/main.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@ module.exports = {
stories: ['../src/**/*.stories.mdx', '../src/**/*.stories.@(js|jsx|ts|tsx)'],
addons: [
'@storybook/addon-links',
'@storybook/addon-essentials',
{
name: '@storybook/addon-essentials',
options: {
backgrounds: false,
},
},
'@storybook/addon-storysource',
'storybook-addon-themes',
{
Expand Down
4 changes: 1 addition & 3 deletions .storybook/story-layout.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
import React, { ReactNode, useState } from 'react'
import React, { ReactNode } from 'react'

import { DEFAULT_THEMES } from '../src/defaultThemes'
import { useGlobalTheme } from './theming'

import Navbar from '../src/Navbar'
import Select from '../src/Select'
import Theme from '../src/Theme'

type Props = {
Expand Down

0 comments on commit 41edb8b

Please sign in to comment.