Skip to content

Commit cc4f9a8

Browse files
shivamsinha15shrugs
authored andcommitted
Missing React import
1 parent cfc152e commit cc4f9a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/createClass_react_native.sublime-snippet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<content><![CDATA[
33
'use strict';
44
5-
import { Component } from 'react';
5+
import React, { Component } from 'react';
66
77
import {
88
StyleSheet,

0 commit comments

Comments
 (0)