Skip to content

Instantly share code, notes, and snippets.

@lichin-lin
Last active December 11, 2016 12:10
Show Gist options
  • Save lichin-lin/241fd3eccb7c36998625d357aa2c8317 to your computer and use it in GitHub Desktop.
Save lichin-lin/241fd3eccb7c36998625d357aa2c8317 to your computer and use it in GitHub Desktop.
react SAT index.js example
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