Skip to content

Commit

Permalink
Auto-remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ingawei authored and github-actions[bot] committed Sep 18, 2024
1 parent 8861aeb commit 0f02b98
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion web/components/twomba/us-only-disclaimer.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { LiaFlagUsaSolid } from 'react-icons/lia'
import { Row } from '../layout/row'
import { Tooltip } from '../widgets/tooltip'
import clsx from 'clsx'

Expand Down
2 changes: 0 additions & 2 deletions web/pages/gidx/register.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ import { RegisterUserForm } from 'web/components/gidx/register-user-form'

import { TWOMBA_ENABLED } from 'common/envs/constants'
import { Col } from 'web/components/layout/col'
import { Tooltip } from 'web/components/widgets/tooltip'
import { Row } from 'web/components/layout/row'
import { LiaFlagUsaSolid } from 'react-icons/lia'
import { UsOnlyDisclaimer } from 'web/components/twomba/us-only-disclaimer'

const HomePage = () => {
Expand Down

0 comments on commit 0f02b98

Please sign in to comment.