Skip to content

Commit 435bce2

Browse files
committed
Move back StyleSheet -> stylesheet
1 parent 12dd68c commit 435bce2

File tree

11 files changed

+8
-8
lines changed

11 files changed

+8
-8
lines changed

β€Žsrc/components/Artboard.tsxβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import * as React from 'react';
22
import * as PropTypes from 'prop-types';
33
import { or } from 'airbnb-prop-types';
4-
import StyleSheet from '../StyleSheet';
4+
import StyleSheet from '../stylesheet';
55
import ViewStylePropTypes from './ViewStylePropTypes';
66

77
const ViewportPropTypes = {

β€Žsrc/components/Image.tsxβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import * as React from 'react';
22
import * as PropTypes from 'prop-types';
33
import { or } from 'airbnb-prop-types';
4-
import StyleSheet from '../StyleSheet';
4+
import StyleSheet from '../stylesheet';
55
import ResizeModePropTypes from './ResizeModePropTypes';
66
import ImageStylePropTypes from './ImageStylePropTypes';
77
import { ViewPropTypes } from './View';

β€Žsrc/components/Page.tsxβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import * as React from 'react';
22
import * as PropTypes from 'prop-types';
33
import { or } from 'airbnb-prop-types';
4-
import StyleSheet from '../StyleSheet';
4+
import StyleSheet from '../stylesheet';
55
import PageStylePropTypes from './PageStylePropTypes';
66

77
export const PagePropTypes = {

β€Žsrc/components/Svg/Svg.tsxβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import * as React from 'react';
22
import * as PropTypes from 'prop-types';
33
import { ViewPropTypes } from '../View';
4-
import StyleSheet from '../../StyleSheet';
4+
import StyleSheet from '../../stylesheet';
55
import Circle from './Circle';
66
import ClipPath from './ClipPath';
77
import Defs from './Defs';

β€Žsrc/components/Text.tsxβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import * as React from 'react';
22
import * as PropTypes from 'prop-types';
33
import { or } from 'airbnb-prop-types';
4-
import StyleSheet from '../StyleSheet';
4+
import StyleSheet from '../stylesheet';
55
import TextStylePropTypes from './TextStylePropTypes';
66
import { ViewPropTypes } from './View';
77

β€Žsrc/components/View.tsxβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import * as React from 'react';
22
import * as PropTypes from 'prop-types';
33
import { or } from 'airbnb-prop-types';
4-
import StyleSheet from '../StyleSheet';
4+
import StyleSheet from '../stylesheet';
55
import ViewStylePropTypes from './ViewStylePropTypes';
66
import ResizingConstraintPropTypes from './ResizingConstraintPropTypes';
77
import ShadowsPropTypes from './ShadowsPropTypes';

β€Žsrc/index.common.tsβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
export { default as Platform } from './Platform';
2-
export { default as StyleSheet } from './StyleSheet';
2+
export { default as StyleSheet } from './stylesheet';
33
export * from './components';
44
export { getSymbolComponentByName, getSymbolMasterByName, injectSymbols } from './symbol';
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
Β (0)