feat: implement ArticleList component with pagination and loading skeleton

This commit is contained in:
2026-04-11 21:37:39 -03:00
parent 56a5d77c6c
commit 79e6fae0f9
7 changed files with 140 additions and 88 deletions

View File

@@ -3,7 +3,6 @@ import { TypedResult, wrap } from '@/utils/types/results';
import {
DeleteObjectCommand,
HeadObjectCommand,
ObjectCannedACL,
PutObjectCommand,
S3Client,
} from '@aws-sdk/client-s3';