mirror of
https://github.com/eliasstepanik/core.git
synced 2026-01-11 21:48:36 +00:00
* 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>
8 lines
218 B
TypeScript
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>
|
|
);
|
|
};
|