mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-19 21:09:51 +08:00
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;
|