import React from 'react'; import { Link } from 'react-router-dom'; import { useForum } from '@/contexts/ForumContext'; import { Skeleton } from '@/components/ui/skeleton'; import { Layout, MessageSquare, RefreshCw } from 'lucide-react'; import { CreateCellDialog } from './CreateCellDialog'; import { Button } from '@/components/ui/button'; import { CypherImage } from './ui/CypherImage'; const CellList = () => { const { cells, isInitialLoading, posts, refreshData, isRefreshing } = useForum(); if (isInitialLoading) { return (
{cell.description}