feat: add phase 1 runnable skeleton
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
export function FilesScreen() {
|
||||
return (
|
||||
<section className="screen stack-screen">
|
||||
<h2>Files</h2>
|
||||
<article className="empty-card">
|
||||
<p>Uploads and generated artifacts will live here for reuse, download, and sharing.</p>
|
||||
</article>
|
||||
</section>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user