Skip to content

Commit

Permalink
🚨 Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
segersniels committed Aug 5, 2024
1 parent f7d3171 commit 1e553dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions apps/web/app/components/ui/select.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable react/prop-types */
import * as React from 'react';
import {
CaretSortIcon,
Expand Down
1 change: 1 addition & 0 deletions apps/web/app/components/ui/separator.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable react/prop-types */
import * as React from 'react';
import * as SeparatorPrimitive from '@radix-ui/react-separator';

Expand Down

0 comments on commit 1e553dc

Please sign in to comment.