summaryrefslogtreecommitdiffstats
path: root/devtools/client/debugger/src/actions/tests/fixtures/reactComponent.js
blob: 526c852d99f208339aaf7508e9658224080f0ccc (plain)
1
2
3
4
5
6
7
import React, { Component } from "react";

class FixtureComponent extends Component {
  render() {
    return null;
  }
}