Skip to content

Instantly share code, notes, and snippets.

@Abhishek12345679
Created June 17, 2020 10:10
Show Gist options
  • Save Abhishek12345679/12e07ef91b462c1994668b62caceccbb to your computer and use it in GitHub Desktop.
Save Abhishek12345679/12e07ef91b462c1994668b62caceccbb to your computer and use it in GitHub Desktop.
import React, { useState } from "react";
import NavigationContainer from "./navigation/NavigationContainer";
export default function App() {
return (<NavigationContainer />);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment