MCPcopy Create free account
hub / github.com/triggerdotdev/jsonhero-web / BlankColumnElement

Function BlankColumnElement

app/components/BlankColumn.tsx:3–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1import { memo } from "react";
2
3function BlankColumnElement() {
4 return (
5 <div
6 className={
7 "column flex-none border-r-[1px] border-slate-300 w-80 transition dark:border-slate-600"
8 }
9 ></div>
10 );
11}
12
13export const BlankColumn = memo(BlankColumnElement);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected