mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-23 12:13:11 +00:00
8 lines
154 B
JavaScript
8 lines
154 B
JavaScript
class TopLevelRoute extends React.Component {
|
|
constructor(props) {
|
|
super(props);
|
|
|
|
SharedApplicationState.recordEvent('ExampleComponent');
|
|
}
|
|
}
|