Feat: Add ProfileSetting page #3221 (#3588)

### What problem does this PR solve?

Feat: Add ProfileSetting page  #3221
### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2024-11-22 15:11:38 +08:00
committed by GitHub
parent ee7fd71fdc
commit ee33bf71eb
15 changed files with 334 additions and 28 deletions

View File

@ -9,7 +9,7 @@ const datasets = [
files: '1,242 files',
size: '152 MB',
created: '12.02.2024',
image: '/image-3.png',
image: 'https://github.com/shadcn.png',
},
{
id: 2,
@ -17,7 +17,7 @@ const datasets = [
files: '1,242 files',
size: '152 MB',
created: '12.02.2024',
image: '/image.png',
image: 'https://github.com/shadcn.png',
},
{
id: 3,
@ -25,7 +25,7 @@ const datasets = [
files: '1,242 files',
size: '152 MB',
created: '12.02.2024',
image: '/rectangle-86.png',
image: 'https://github.com/shadcn.png',
},
{
id: 4,
@ -33,7 +33,7 @@ const datasets = [
files: '1,242 files',
size: '152 MB',
created: '12.02.2024',
image: '/image-2.png',
image: 'https://github.com/shadcn.png',
},
];