Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
Update: updated import (fixes #32)
Browse files Browse the repository at this point in the history
  • Loading branch information
pranav300 committed Apr 1, 2020
1 parent ceca2ec commit 4b8f2d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pages/Releases/ReleasesPage.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import React, { useState } from "react";
import PropTypes from "prop-types";
import marked from "marked/lib/marked";
import { withStyles } from "@material-ui/core/styles/index";
import DOMPurify from "dompurify";
import classNames from "classnames";
Expand All @@ -19,6 +18,8 @@ import Header from "../../components/Header/Header";
import { isLatestRelease } from "../../helpers/releasesInfo";
import { useReleasesURL } from "../../providers/releases/ReleasesURLProvider";

const marked = require('marked/lib/marked');

const styles = (theme) => ({
container: {
marginTop: theme.spacing(9)
Expand Down

0 comments on commit 4b8f2d1

Please sign in to comment.