refactor(web): merge pricing table imports
This commit is contained in:
@@ -20,11 +20,11 @@ import { useState, useCallback } from 'react'
|
||||
import { type Row, type PaginationState } from '@tanstack/react-table'
|
||||
import { useTranslation } from 'react-i18next'
|
||||
import {
|
||||
DataTablePagination,
|
||||
DataTableRow,
|
||||
DataTableView,
|
||||
useDataTable,
|
||||
} from '@/components/data-table'
|
||||
import { DataTablePagination } from '@/components/data-table'
|
||||
import { DEFAULT_PRICING_PAGE_SIZE, DEFAULT_TOKEN_UNIT } from '../constants'
|
||||
import type { PricingModel, TokenUnit } from '../types'
|
||||
import { usePricingColumns } from './pricing-columns'
|
||||
|
||||
Reference in New Issue
Block a user