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