'use client'; import React from 'react'; import { Card, Tabs } from 'antd'; import type { TabsProps } from 'antd'; const ResourcesPage = () => { const items: TabsProps['items'] = [ { key: '1', label: 'My Resources', children: (