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:
Bianca Widstam
2025-12-12 08:52:42 +00:00
parent c051474ffc
commit 7d021f8e40
2 changed files with 2 additions and 2 deletions

View File

@@ -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: {

View File

@@ -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: {