This commit is contained in:
Brian Vaughn
2018-03-07 11:44:18 -08:00
parent fecb153c89
commit 866ef01ae6
2 changed files with 2 additions and 2 deletions

View File

@@ -15,4 +15,4 @@ function ExampleApplication() {
<Footer />
</div>
);
}
}

View File

@@ -4,4 +4,4 @@ class TopLevelRoute extends React.Component {
SharedApplicationState.recordEvent('ExampleComponent');
}
}
}