Skip to content

Commit

Permalink
fix: remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
breadadams committed Aug 14, 2023
1 parent c6f147a commit 5e46bf4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/ReviewDetail.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
'use client';

import { Box, Button } from '@bigcommerce/big-design';
import { CloseIcon } from '@bigcommerce/big-design-icons';
import { CheckIcon } from '@heroicons/react/24/solid';
import { Box } from '@bigcommerce/big-design';
import clsx from 'clsx';
import { useState } from 'react';
import GaugeComponent from 'react-gauge-component';
Expand Down

0 comments on commit 5e46bf4

Please sign in to comment.