Skip to content

Commit

Permalink
Issue 1180- made requested changes by deleting the extra import
Browse files Browse the repository at this point in the history
  • Loading branch information
pyvelkov committed Nov 11, 2020
1 parent 1c74843 commit 2c2ebc7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/frontend/src/components/Post/Post.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 2c2ebc7

Please sign in to comment.