Skip to content
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.

Commit

Permalink
Reorder imports
Browse files Browse the repository at this point in the history
  • Loading branch information
filiptronicek committed Sep 14, 2020
1 parent 9c9bb66 commit b47e1fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions App.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
/* 1st party libraries and dependencies: react, react native and Expo stuff */

import React from "react";
import { useColorScheme } from "react-native";

/* 3rd party libraries */

import { NavigationContainer } from "@react-navigation/native";
import { createStackNavigator } from "@react-navigation/stack";
import React from "react";

import { useColorScheme } from "react-native";

/* Pages */
import { HomeScreen, QRScreen, SendScreen, SettingsPage } from "./Pages.js";
Expand Down

0 comments on commit b47e1fb

Please sign in to comment.