Skip to content

Commit

Permalink
fixed lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
gerouvi committed Oct 16, 2024
1 parent a44ebc2 commit d766dbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/themes/saas/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { Badge } from './components/badge'
import { Button } from './components/button'
import { Input } from './components/input'
import { Link } from './components/link'
import { Form } from './components/form'
import { Form } from './components/Form'
import { Modal } from './components/modal'
import { Card } from './components/card'
import { Checkbox } from './components/checkbox'
Expand All @@ -16,7 +16,7 @@ import { breakpoints } from './foundations/breakpoints'
import { colors } from './colors'
import { Pagination } from './components/pagination'
import { spacing } from './space'
import { Tabs } from './components/tabs'
import { Tabs } from './components/Tabs'
import { Stepper } from './components/stepper'
import { Text } from './components/text'
import { Radio } from './components/radio'
Expand Down

0 comments on commit d766dbd

Please sign in to comment.