Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { useParams } from 'next/navigation';
import { useCallback, useState } from 'react';

import { useFetchSingleType } from '@/components/documentation/hooks/use-entitycore-fetch-single-type';
import { CopyIcon } from '@/components/explore-section/Circuit/icon/ArticlesIcons';
import { CopyIcon } from '@/components/icons/ArticlesIcons';
import { unslugify } from '@/components/explore-section/utils';

export type CopyButtonProps = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { useParams } from 'next/navigation';
import { useCallback, useState } from 'react';

import { useFetchSingleType } from '@/components/documentation/hooks/use-entitycore-fetch-single-type';
import { CopyIcon } from '@/components/explore-section/Circuit/icon/ArticlesIcons';
import { CopyIcon } from '@/components/icons/ArticlesIcons';
import { unslugify } from '@/components/explore-section/utils';

export type CopyButtonProps = {
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

45 changes: 0 additions & 45 deletions src/components/CentralLoadingWheel/index.tsx

This file was deleted.

224 changes: 0 additions & 224 deletions src/components/ListTable/index.tsx

This file was deleted.

11 changes: 0 additions & 11 deletions src/components/ListTable/list-table.module.css

This file was deleted.

Loading