mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Fix default import
This commit is contained in:
parent
370a3fc4c0
commit
0ae63f9da8
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import { ComponentStory, ComponentMeta } from '@storybook/react'
|
||||
import OnboardingLayout from '../components/templates/OnboardingLayout'
|
||||
import { OnboardingLayout } from '../components/templates/OnboardingLayout'
|
||||
|
||||
export default {
|
||||
title: 'Components/OnboardingLayout',
|
||||
|
|
|
|||
Loading…
Reference in a new issue