Skip to content

Commit

Permalink
removes unused imports from ProfileRenderer
Browse files Browse the repository at this point in the history
  • Loading branch information
davelandry committed Aug 7, 2020
1 parent 01d97aa commit 26dea08
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/cms/src/components/ProfileRenderer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,11 @@ import libs from "../utils/libs";
import Hero from "./sections/Hero";
import Section from "./sections/Section";
import Related from "./sections/Related";
import Viz from "./Viz/Viz";
import SectionGrouping from "./sections/components/SectionGrouping";
import Subnav from "./sections/components/Subnav";
import Mirror from "./Viz/Mirror";
import isIE from "../utils/isIE.js";
import hashCode from "../utils/hashCode.js";
import stripHTML from "../utils/formatters/stripHTML";

import deepClone from "../utils/deepClone.js";

// User must define custom sections in app/cms/sections, and export them from an index.js in that folder.
Expand Down

0 comments on commit 26dea08

Please sign in to comment.