Skip to content

Commit 0913682

Browse files
committed
fix advanced examples to use emotion 10
1 parent c9364b1 commit 0913682

File tree

3 files changed

+362
-386
lines changed

3 files changed

+362
-386
lines changed

docs/examples/Experimental.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// @flow
2-
3-
import React, { Component } from 'react';
2+
/** @jsx jsx */
3+
import { Component } from 'react';
4+
import { jsx } from '@emotion/core';
45
import moment from 'moment';
56
import chrono from 'chrono-node';
67

docs/examples/Popout.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
import React, { Component } from 'react';
1+
/** @jsx jsx */
2+
import { Component } from 'react';
3+
import { jsx } from '@emotion/core';
24
import Button from '@atlaskit/button';
35

46
import Select from '../../src';

0 commit comments

Comments
 (0)