I hereby claim:
- I am dogayuksel on github.
- I am aktupon (https://keybase.io/aktupon) on keybase.
- I have a public key ASCj-JDMJwfp3xg3JyNtiZv0laVjZoGFaMU479zvZjIQuQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
#!/bin/bash | |
# | |
# NOTE: specify the absolutepath to the directory to use when | |
# loading a plugin. '~' expansion is supported. | |
# | |
chunkc core::plugin_dir /usr/local/opt/chunkwm/share/chunkwm/plugins | |
# |
// @flow | |
import React from 'react'; | |
import { hot } from 'react-hot-loader'; | |
import { BrowserRouter as Router, Route } from 'react-router-dom'; | |
import { Provider } from 'react-redux'; | |
import { PersistGate } from 'redux-persist/integration/react'; | |
import Header from './components/Header'; | |
import IntlProvider from './components/IntlProvider'; | |
import Home from './screens/Home'; |