Files
freeCodeCamp/packages/learn/src/head/styleSheets.js
2018-09-27 20:05:39 +05:30

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;