Skip to content
This repository was archived by the owner on Dec 23, 2022. It is now read-only.

Commit 7c3f740

Browse files
committed
Use react@16 for development, update the storybook.
1 parent 8804d4e commit 7c3f740

File tree

5 files changed

+3218
-1190
lines changed

5 files changed

+3218
-1190
lines changed

.storybook/config.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
import { configure } from '@kadira/storybook';
1+
import { configure } from '@storybook/react'
22

3-
function loadStories() {
4-
require('../stories');
3+
function loadStories () {
4+
require('../stories')
55
}
66

7-
configure(loadStories, module);
7+
configure(loadStories, module)

.storybook/preview-head.html

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<link href="https://fonts.googleapis.com/css?family=Roboto:400,500,700" rel="stylesheet">
2+
<style>
3+
body {
4+
font-family: 'Roboto', sans-serif;
5+
}
6+
</style>

0 commit comments

Comments
 (0)