Update Bridge file layout
This commit is contained in:
parent
2c43e81436
commit
b0fb643b6a
47 changed files with 2488 additions and 2087 deletions
9
apps/bridge-frontend/app/(main)/signal/[id]/page.tsx
Normal file
9
apps/bridge-frontend/app/(main)/signal/[id]/page.tsx
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
import { Detail } from "@/app/_components/Detail";
|
||||
|
||||
export default function Page() {
|
||||
return (
|
||||
<Detail title="Signal Detail" entity="signal">
|
||||
<p>Cool</p>
|
||||
</Detail>
|
||||
);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue