diff --git a/.storybook/preview.js b/.storybook/preview.js index f2a45ea..5cc03c1 100644 --- a/.storybook/preview.js +++ b/.storybook/preview.js @@ -1,4 +1,16 @@ import ko from 'axe-core/locales/ko.json'; +import React from 'react'; +import { MemoryRouter } from 'react-router-dom'; +import { GlobalStyle } from 'styles/GlobalStyle'; + +export const decorators = [ + (Story) => ( + + + + + ), +]; export const parameters = { a11y: {