Last active
December 11, 2016 12:10
-
-
Save lichin-lin/241fd3eccb7c36998625d357aa2c8317 to your computer and use it in GitHub Desktop.
react SAT index.js example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import common from './common' | |
import App from './App' | |
import Base from './Base' | |
import Chart from './Chart' | |
import FirebaseTest from './FirebaseTest' | |
import Login from './Login' | |
import NotFound from './NotFound' | |
import SAT from './SAT' | |
export default { | |
common, | |
App, | |
Base, | |
Chart, | |
FirebaseTest, | |
Login, | |
NotFound, | |
SAT | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment