Skip to content

Commit

Permalink
remove dependency of meteor and semantic-ui
Browse files Browse the repository at this point in the history
  • Loading branch information
tibabit committed Sep 2, 2018
1 parent 80c2473 commit b447ea0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions templates/jsx.template
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
import TrackerReact from 'meteor/ultimatejs:tracker-react';
import React, {Component} from 'react'
import PropTypes from 'prop-types'
import { } from 'semantic-ui-react'

export default class {{FILE}} extends TrackerReact(Component) {
export default class {{FILE}} extends Component {
static propTypes = {
}

Expand Down

0 comments on commit b447ea0

Please sign in to comment.