Skip to content

Commit 5760a03

Browse files
Revert App.tsx component registration changes as requested
Co-authored-by: HariniMalothu17 <185761277+HariniMalothu17@users.noreply.github.com>
1 parent 1c3c17b commit 5760a03

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

samples/Calculator/fabric/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,4 +271,4 @@ export default class App extends React.Component {
271271
}
272272
}
273273

274-
AppRegistry.registerComponent('CalculatorFabric', () => App);
274+
AppRegistry.registerComponent('Bootstrap', () => Bootstrap);

0 commit comments

Comments
 (0)