Skip to content

Commit

Permalink
chore: optimize imports
Browse files Browse the repository at this point in the history
  • Loading branch information
septs committed Oct 16, 2024
1 parent 33ea940 commit bc4e060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/src/components/CardControl.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { FC, useCallback, useMemo, useState } from 'react'
import { Button, Col, Form, InputGroup, Row, Stack } from 'react-bootstrap'
import { Button, Form, InputGroup, Stack } from 'react-bootstrap'
import { ManagedNotCCID } from '../ManagedNotCCID'

interface Props {
Expand Down

0 comments on commit bc4e060

Please sign in to comment.