Skip to content

Commit 537743e

Browse files
committed
fix: format
1 parent 6313a31 commit 537743e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/plus/src/components/CustomerSatisfaction/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'use client'
22

33
import { Stack } from '@ultraviolet/ui'
4-
import type { CSSProperties } from 'react';
4+
import type { CSSProperties } from 'react'
55
import { useMemo, useState } from 'react'
66
import rating1 from './assets/1-5.svg'
77
import rating1NS from './assets/1-5NB.svg'

packages/plus/src/components/Plans/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { CheckCircleIcon, CloseIcon } from '@ultraviolet/icons'
22
import { Badge, Stack, Text } from '@ultraviolet/ui'
3-
import type { CSSProperties } from 'react';
3+
import type { CSSProperties } from 'react'
44
import { useState } from 'react'
55
import { FeatureHint } from './FeatureHint'
66
import PlansLocales from './locales/en'

packages/ui/src/components/Pagination/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use client'
22

3-
import type { CSSProperties } from 'react';
3+
import type { CSSProperties } from 'react'
44
import { useEffect, useState } from 'react'
55
import { Stack } from '../Stack'
66
import { PaginationButtons } from './PaginationButtons'

0 commit comments

Comments
 (0)