Skip to content

Commit 5760a03

Browse files
Revert App.tsx component registration changes as requested
Co-authored-by: HariniMalothu17 <[email protected]>
1 parent 1c3c17b commit 5760a03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)