Skip to content

Commit 2d90333

Browse files
author
Max Semmler
committed
fixed typo in css scaffold
1 parent 9e9425c commit 2d90333

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/StyleSheet_react_native.sublime-snippet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/* @flow */
44
'use strict';
55
6-
import { Stylesheet } from 'react-native';
6+
import { StyleSheet } from 'react-native';
77
88
module.exports = StyleSheet.create({
99
${1}: ${2},

0 commit comments

Comments
 (0)