Files
freeCodeCamp/client/src/head/styleSheets.js
2018-09-30 12:42:40 +01:00

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;