import React from "react"; import { GlobalStyle } from "../src/shared/global"; // Global decorator to apply the styles to all stories export const decorators = [ (Story) => ( <>