mirror of
https://github.com/Raghu-Ch/ReactWeather.git
synced 2026-02-10 11:03:02 -05:00
Added foundation and jquery
This commit is contained in:
@@ -6,6 +6,10 @@ var Weather = require('Weather');
|
||||
var About = require('About');
|
||||
var Examples = require('Examples');
|
||||
|
||||
// load foundation
|
||||
require('style!css!foundation-sites/dist/foundation.min.css')
|
||||
$(document).foundation();
|
||||
|
||||
ReactDOM.render(
|
||||
<Router history={hashHistory}>
|
||||
<Route path="/" component={Main}>
|
||||
|
||||
Reference in New Issue
Block a user