fix: formatting crashing test

This commit is contained in:
RadoslavDimchev 2023-10-27 09:38:54 +03:00
parent ae3158cae1
commit adf2e98b35
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ const meta = {
layout: 'centered', layout: 'centered',
}, },
tags: ['autodocs'], tags: ['autodocs'],
decorators: [withRouter()] decorators: [withRouter()],
} satisfies Meta<typeof Markdown> } satisfies Meta<typeof Markdown>
export default meta export default meta