Build optix dashboard is added

This commit is contained in:
2026-07-22 14:22:50 +05:30
parent 07770393f0
commit dcb70de432
44 changed files with 1370 additions and 45 deletions

View File

@@ -1,9 +1,8 @@
/**
* @format
*/
import { AppRegistry } from 'react-native';
import App from './App';
import { name as appName } from './app.json';
AppRegistry.registerComponent(appName, () => App);
AppRegistry.registerComponent(appName, () => App);