core/apps/webapp/app/components/spaces/space-properties.tsx
Harshith Mullapudi 1fa7fd93d5
Feat: spaces (#51)
* feat: Episode ingestion update
Benchmarking CORE

* Feat: Spaces in knowledge graph

* fix: remove daily assignment

* Feat: add spaces

* Feat: spaces

---------

Co-authored-by: Manoj K <saimanoj58@gmail.com>
2025-08-21 11:53:45 +05:30

8 lines
218 B
TypeScript

export const SpaceProperties = () => {
return (
<div className="mt-4 mb-4 grid grid-cols-[auto_minmax(0px,_1fr)] gap-x-4 gap-y-3">
<h2 className="text-muted-foreground"> Properties </h2>
</div>
);
};