fix(storybook): remove the storybook params causing render errors

This commit is contained in:
Gabe Kangas
2025-02-06 18:44:39 -08:00
parent 071bb660dc
commit dd7a0ec081
5 changed files with 0 additions and 35 deletions

View File

@@ -5,14 +5,6 @@ import { Footer } from './Footer';
const meta = {
title: 'owncast/Layout/Footer',
component: Footer,
parameters: {
nextjs: {
appDirectory: true,
navigation: {
searchParams: {},
},
},
},
} satisfies Meta<typeof Footer>;
export default meta;