Files
freeCodeCamp/packages/learn/src/head/styleSheets.js

9 lines
173 B
JavaScript
Raw Normal View History

import React from 'react';
const styleSheets = [
// bootstrap v3.3.7
<link href='/bootstrap3/css/bootstrap.min.css' rel='stylesheet' />
];
export default styleSheets;