1
0
mirror of https://github.com/mgerb/mywebsite synced 2026-01-10 18:02:51 +00:00

fixing bundling - it's too big

This commit is contained in:
2016-10-17 20:42:32 +00:00
parent 090f580d23
commit 29778cadc1
4 changed files with 27 additions and 15 deletions

View File

@@ -1,4 +1,4 @@
import hljs from 'highlight.js';
import hljs from 'hljs';
import marked from 'marked';
import React from 'react';
import {Link} from 'react-router';