const Template: Story<IEmptyWrapperProps> = (args) => (
  <ApplicationRoot>
    <EmptyWrapper {...args} />
  </ApplicationRoot>
);