Fix Storybook styles (#8133)

When the storybook config was migrated to the new module structure in
PR #8112 I forgot to include the line where the styles were imported.
feature/default_network_editable
Mark Stacey 5 years ago committed by GitHub
parent 7e4916e59e
commit f751605d0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .storybook/preview.js

@ -1,6 +1,7 @@
import React from 'react'
import { addDecorator, addParameters } from '@storybook/react'
import { withKnobs } from '@storybook/addon-knobs/react'
import '../ui/app/css/index.scss'
addParameters({
backgrounds: [

Loading…
Cancel
Save