Skip to content

Commit

Permalink
fix: Cleanup unused Well.less
Browse files Browse the repository at this point in the history
  • Loading branch information
meissadia committed Jun 21, 2023
1 parent da66d9d commit 7c70fd2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
14 changes: 0 additions & 14 deletions src/components/Well/Well.less

This file was deleted.

1 change: 0 additions & 1 deletion src/components/Well/Well.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import type { HeadingLevel } from '../../types/headingLevel';
import List from '../List/List';
import ListItem from '../List/ListItem';
import './Well.less';

interface WellProperties {
heading: string;
Expand Down

0 comments on commit 7c70fd2

Please sign in to comment.