Merge pull request #23 from Bouncey/feat/favicons

Feat/favicons
This commit is contained in:
Stuart Taylor
2018-04-18 11:15:32 +01:00
committed by Mrugesh Mohapatra
parent c3bed228ce
commit 3292944de4
10 changed files with 331 additions and 9 deletions

View File

@@ -0,0 +1,8 @@
import React from 'react';
const styleSheets = [
// bootstrap v3.3.7
<link href='/bootstrap3/css/bootstrap.min.css' rel='stylesheet' />
];
export default styleSheets;