Skip to content

Commit

Permalink
remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
heyjul3s committed Feb 1, 2021
1 parent 78463f5 commit 36c2056
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion docs/assets/ComponentsIcon.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import React from 'react';
import { theme } from '../theme';
// import { SVGwrapper } from '../styles';

export function ComponentsIcon() {
return (
Expand Down
1 change: 0 additions & 1 deletion docs/assets/HomeIcon.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import React from 'react';
import { theme } from '../theme';
// import { SVGwrapper } from '../styles';

export function HomeIcon() {
return (
Expand Down
1 change: 0 additions & 1 deletion docs/assets/HooksIcon.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import React from 'react';
import { theme } from '../theme';
// import { SVGwrapper } from '../styles';

export function HooksIcon() {
return (
Expand Down
1 change: 0 additions & 1 deletion docs/assets/UsageIcon.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import React from 'react';
import { theme } from '../theme';
// import { SVGwrapper } from '../styles';

export function UsageIcon() {
return (
Expand Down
1 change: 0 additions & 1 deletion docs/assets/UtilitiesIcon.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import React from 'react';
import { theme } from '../theme';
// import { SVGwrapper } from '../styles';

export function UtilitiesIcon() {
return (
Expand Down

0 comments on commit 36c2056

Please sign in to comment.