From 2c2ebc7b26653f66cbbcd8834264fe0101b203e2 Mon Sep 17 00:00:00 2001 From: pyvelkov Date: Wed, 11 Nov 2020 13:01:55 -0500 Subject: [PATCH] Issue 1180- made requested changes by deleting the extra import --- src/frontend/src/components/Post/Post.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/frontend/src/components/Post/Post.jsx b/src/frontend/src/components/Post/Post.jsx index 153a7235df..e4acad56d4 100644 --- a/src/frontend/src/components/Post/Post.jsx +++ b/src/frontend/src/components/Post/Post.jsx @@ -6,7 +6,6 @@ import { makeStyles } from '@material-ui/core/styles'; import { Box, Grid, Typography, ListSubheader } from '@material-ui/core'; import './telescope-post-content.css'; import AdminButtons from '../AdminButtons'; -import { autoDetection } from 'highlight.js'; const useStyles = makeStyles((theme) => ({ root: {