the universal sandbox runtime for agents and humans. pocketenv.io
sandbox openclaw agent claude-code vercel-sandbox deno-sandbox cloudflare-sandbox atproto sprites daytona
7
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix import path case for ConfirmDelete

+1 -1
+1 -1
apps/web/src/pages/settings/files/Files.tsx
··· 8 8 import { useFilesQuery } from "../../../hooks/useFile"; 9 9 import dayjs from "dayjs"; 10 10 import Pagination from "../../../components/pagination"; 11 - import ConfirmDelete from "../../../components/ConfirmDelete"; 11 + import ConfirmDelete from "../../../components/confirmdelete"; 12 12 13 13 const PAGE_SIZE = 12; 14 14 const SKELETON_ROWS = 8;