Merged in fix/storybook-error (pull request #3336)
fix: storybook error remove slash * fix: storybook error remove slash Approved-by: Erik Tiekstra Approved-by: Matilda Landström
This commit is contained in:
@@ -5,7 +5,7 @@ import { VideoPlayer } from '.'
|
||||
import { config as videoPlayerConfig } from './variants'
|
||||
|
||||
const meta: Meta<typeof VideoPlayer> = {
|
||||
title: 'Core Components//🚧 Video 🚧/VideoPlayer',
|
||||
title: 'Core Components/🚧 Video 🚧/VideoPlayer',
|
||||
component: VideoPlayer,
|
||||
|
||||
parameters: {
|
||||
|
||||
@@ -4,7 +4,7 @@ import { VideoWithCard } from '.'
|
||||
import { config } from './variants'
|
||||
|
||||
const meta: Meta<typeof VideoWithCard> = {
|
||||
title: 'Core Components//🚧 Video 🚧//VideoWithCard',
|
||||
title: 'Core Components/🚧 Video 🚧/VideoWithCard',
|
||||
component: VideoWithCard,
|
||||
parameters: {
|
||||
docs: {
|
||||
|
||||
Reference in New Issue
Block a user