Moves routes inside an _app for the header and builds a print route
This commit is contained in:
8
src/components/documents/scene/ScenePrintRow.tsx
Normal file
8
src/components/documents/scene/ScenePrintRow.tsx
Normal file
@@ -0,0 +1,8 @@
|
||||
import type { Scene } from "@/lib/types";
|
||||
|
||||
/**
|
||||
* Renders an editable scene row
|
||||
*/
|
||||
export const ScenePrintRow = ({ scene }: { scene: Scene }) => {
|
||||
return <li className="">{scene.data.scene.text}</li>;
|
||||
};
|
||||
Reference in New Issue
Block a user