We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfc152e commit cc4f9a8Copy full SHA for cc4f9a8
snippets/createClass_react_native.sublime-snippet
@@ -2,7 +2,7 @@
2
<content><![CDATA[
3
'use strict';
4
5
-import { Component } from 'react';
+import React, { Component } from 'react';
6
7
import {
8
StyleSheet,
0 commit comments