Skip to content

Commit

Permalink
chore: 🔥 updated package name to test
Browse files Browse the repository at this point in the history
  • Loading branch information
sandeep-deriv committed Sep 27, 2024
1 parent 6b0f891 commit bfa9dd7
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import useDeleteToken from '../../../hooks/useDeleteToken';
import { TTokenColumn } from '../../api-token-table';
import ApiLastUsedCell from '../../api-token-table/cell-last-used';
import ApiTokenCell from '../../api-token-table/cell-token';
import ScopesCell from '../cell-scopes';
import ScopesCell from '../CellScopes';
import TokenActionsCell from '../../api-token-table/cell-delete-token';

jest.mock('../../../hooks/useDeleteToken');
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import Spinner from '@site/src/components/Spinner';
import useApiToken from '@site/src/hooks/useApiToken';
import useDeviceType from '@site/src/hooks/useDeviceType';
import AccountSwitcher from '@site/src/components/AccountSwitcher';
import ScopesCell from '../table/cell-scopes';
import ScopesCell from '../table/CellScopes';
import Table from '../table';
import ApiTokenCell from './cell-token';
import ApiLastUsedCell from './cell-last-used';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { TTokenType } from '@site/src/types';
import TokenActionsCell from './cell-delete-token';
import AccountTypeCell from './cell-account-type';
import ApiLastUsedCell from './cell-last-used';
import ScopesCell from '../table/cell-scopes';
import ScopesCell from '../table/CellScopes';

type TResponsiveTableProps = {
tokens: TTokenType[];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import AppActionsCell from './app-actions.cell';
import './apps-table.scss';
import Translate, { translate } from '@docusaurus/Translate';
import CopyTextCell from '../table/cell-copy-text';
import ScopesCell from '../table/cell-scopes';
import ScopesCell from '../table/CellScopes';

export type TAppColumn = Column<ApplicationObject>;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import AppActionsCell from './app-actions.cell';
import clsx from 'clsx';
import CopyTextCell from '../table/cell-copy-text';
import './responsive-table.scss';
import ScopesCell from '../table/cell-scopes';
import ScopesCell from '../table/CellScopes';

type TResponsiveTableProps = {
apps: ApplicationObject[];
Expand Down

0 comments on commit bfa9dd7

Please sign in to comment.