Skip to content

Commit

Permalink
fix: react import
Browse files Browse the repository at this point in the history
  • Loading branch information
broofa committed Apr 12, 2021
1 parent f472141 commit e7ea836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/Inspector.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* global ENV */

import React from 'React';
import React from 'react';
import { tagify } from './util';
import md5 from 'md5';
import ModulePane from './ModulePane';
Expand Down

0 comments on commit e7ea836

Please sign in to comment.