committed by
Mrugesh Mohapatra
parent
c3bed228ce
commit
3292944de4
8
packages/learn/src/head/styleSheets.js
Normal file
8
packages/learn/src/head/styleSheets.js
Normal 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;
|
Reference in New Issue
Block a user