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

Commit

Permalink
Updating BlogPage to remove unused imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronCoplan committed Oct 1, 2018
1 parent fb7662c commit bfa2b7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/src/components/BlogPage.react.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import * as React from "react";

import { Page, Grid, Card, Icon, BlogCard } from "tabler-react";
import { Page, Grid, BlogCard } from "tabler-react";
import SiteWrapper from "../SiteWrapper.react";

function BlogPage(): React.Node {
Expand Down

0 comments on commit bfa2b7e

Please sign in to comment.