🚑 Hotfix Docker image with new NextJS version

This commit is contained in:
ajnart
2022-07-22 19:46:18 +02:00
parent c8b0e7013d
commit 2186756535
15 changed files with 327 additions and 9862 deletions

View File

@@ -1,10 +0,0 @@
import { SettingsMenuButton } from './SettingsMenu';
export default {
title: ' menu',
args: {
opened: false,
},
};
export const Default = (args: any) => <SettingsMenuButton {...args} />;