File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11'use client'
22
33import { Stack } from '@ultraviolet/ui'
4- import type { CSSProperties } from 'react' ;
4+ import type { CSSProperties } from 'react'
55import { useMemo , useState } from 'react'
66import rating1 from './assets/1-5.svg'
77import rating1NS from './assets/1-5NB.svg'
Original file line number Diff line number Diff line change 11import { CheckCircleIcon , CloseIcon } from '@ultraviolet/icons'
22import { Badge , Stack , Text } from '@ultraviolet/ui'
3- import type { CSSProperties } from 'react' ;
3+ import type { CSSProperties } from 'react'
44import { useState } from 'react'
55import { FeatureHint } from './FeatureHint'
66import PlansLocales from './locales/en'
Original file line number Diff line number Diff line change 11'use client'
22
3- import type { CSSProperties } from 'react' ;
3+ import type { CSSProperties } from 'react'
44import { useEffect , useState } from 'react'
55import { Stack } from '../Stack'
66import { PaginationButtons } from './PaginationButtons'
You can’t perform that action at this time.
0 commit comments