From 67f7c66fcb85e66b2d037ca62d94b3188ac5c2a2 Mon Sep 17 00:00:00 2001 From: Tim Glasgow Date: Fri, 22 Jul 2022 20:41:30 -0500 Subject: [PATCH] remove space --- squarenotsquare/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/squarenotsquare/index.js b/squarenotsquare/index.js index a850d03..36d484b 100644 --- a/squarenotsquare/index.js +++ b/squarenotsquare/index.js @@ -6,4 +6,4 @@ import {AppRegistry} from 'react-native'; import App from './App'; import {name as appName} from './app.json'; -AppRegistry.registerComponent(appName, () => App); +AppRegistry.registerComponent(appName, () => App); \ No newline at end of file