From 0aff5e80a70b252444a131881133c2c6698e35a8 Mon Sep 17 00:00:00 2001 From: Niklas Date: Sun, 24 Jan 2021 19:11:31 +0100 Subject: [PATCH] removed useless comment --- src/index.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/index.js b/src/index.js index 1a7a747..9e20d55 100644 --- a/src/index.js +++ b/src/index.js @@ -1,7 +1,3 @@ -/** - * @format - */ - import {AppRegistry} from 'react-native'; import App from './App'; import {name as appName} from './../app.json';