diff --git a/apps/sim/app/workspace/[workspaceId]/files/[fileId]/view/loading.tsx b/apps/sim/app/workspace/[workspaceId]/files/[fileId]/view/loading.tsx deleted file mode 100644 index c64c3a39e27..00000000000 --- a/apps/sim/app/workspace/[workspaceId]/files/[fileId]/view/loading.tsx +++ /dev/null @@ -1,9 +0,0 @@ -import { Loader2 } from 'lucide-react' - -export default function FileViewLoading() { - return ( -
- -
- ) -} diff --git a/apps/sim/app/workspace/[workspaceId]/home/loading.tsx b/apps/sim/app/workspace/[workspaceId]/home/loading.tsx deleted file mode 100644 index 98b656ef94e..00000000000 --- a/apps/sim/app/workspace/[workspaceId]/home/loading.tsx +++ /dev/null @@ -1,22 +0,0 @@ -import { Skeleton } from '@/components/emcn' - -const SKELETON_LINE_COUNT = 4 - -export default function HomeLoading() { - return ( -
-
-
- {Array.from({ length: SKELETON_LINE_COUNT }).map((_, i) => ( - - ))} -
-
-
-
- -
-
-
- ) -} diff --git a/apps/sim/app/workspace/[workspaceId]/task/[taskId]/loading.tsx b/apps/sim/app/workspace/[workspaceId]/task/[taskId]/loading.tsx deleted file mode 100644 index acc047d3a4b..00000000000 --- a/apps/sim/app/workspace/[workspaceId]/task/[taskId]/loading.tsx +++ /dev/null @@ -1,13 +0,0 @@ -import { Loader2 } from 'lucide-react' - -export default function TaskLoading() { - return ( -
-
-
- -
-
-
- ) -} diff --git a/apps/sim/app/workspace/[workspaceId]/w/[workflowId]/loading.tsx b/apps/sim/app/workspace/[workspaceId]/w/[workflowId]/loading.tsx deleted file mode 100644 index 6a65da73c7e..00000000000 --- a/apps/sim/app/workspace/[workspaceId]/w/[workflowId]/loading.tsx +++ /dev/null @@ -1,11 +0,0 @@ -import { Loader2 } from 'lucide-react' - -export default function WorkflowLoading() { - return ( -
-
- -
-
- ) -} diff --git a/apps/sim/app/workspace/[workspaceId]/w/loading.tsx b/apps/sim/app/workspace/[workspaceId]/w/loading.tsx deleted file mode 100644 index 9bb97126c6a..00000000000 --- a/apps/sim/app/workspace/[workspaceId]/w/loading.tsx +++ /dev/null @@ -1,11 +0,0 @@ -import { Loader2 } from 'lucide-react' - -export default function WorkflowsLoading() { - return ( -
-
- -
-
- ) -}