import { useTranslation } from 'react-i18next' import { useState } from 'react' import Layout from '../components/Layout' import { useServers } from '../contexts/ServerContext' import '../App.css' // Loading Skeleton Component const LoadingSkeleton = ({ width = '60px', height = '40px', className = '', style = {} }: { width?: string, height?: string, className?: string, style?: React.CSSProperties }) => (
{t('servers.subtitle')}
{/* Category Filter */}