9 lines
173 B
JavaScript
9 lines
173 B
JavaScript
![]() |
import React from 'react';
|
||
|
|
||
|
const styleSheets = [
|
||
|
// bootstrap v3.3.7
|
||
|
<link href='/bootstrap3/css/bootstrap.min.css' rel='stylesheet' />
|
||
|
];
|
||
|
|
||
|
export default styleSheets;
|