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