Skip to content

Commit

Permalink
Remove duplicate style import
Browse files Browse the repository at this point in the history
Signed-off-by: Lin Wang <[email protected]>
  • Loading branch information
wanglam committed Jul 19, 2024
1 parent 8edcc99 commit ba5e167
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ import { WorkspaceUseCase as WorkspaceUseCaseObject } from '../../types';
import { WorkspaceFormErrors } from './types';
import './workspace_use_case.scss';

import './workspace_use_case.scss';

interface WorkspaceUseCaseCardProps {
id: string;
title: string;
Expand Down

0 comments on commit ba5e167

Please sign in to comment.