Skip to content

Instantly share code, notes, and snippets.

@nazariyv
Created March 12, 2020 15:42
Show Gist options
  • Save nazariyv/073acef281404d75edd9beb0b31da96d to your computer and use it in GitHub Desktop.
Save nazariyv/073acef281404d75edd9beb0b31da96d to your computer and use it in GitHub Desktop.
index.js
import AppLayout from "./app-layout";
import Header from "./header";
import SideNavigation from "./side-navigation";
export { AppLayout, Header, SideNavigation };
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment