This commit is contained in:
account183892 2024-02-16 10:24:52 +00:00 committed by GitHub
commit c17a290cf3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
## Build Setup
```bash
```sh
# install dependencies
$ npm install

View File

@ -1,4 +1,4 @@
//--- Modules/Imports ---//
//--- Modules/Imports ---//
import { Http } from "@capacitor-community/http";
import { StatusBar, Style } from "@capacitor/status-bar";
import { NavigationBar } from "@hugotomazi/capacitor-navigation-bar";