Skip to content

Commit

Permalink
refactor frontend route
Browse files Browse the repository at this point in the history
  • Loading branch information
Amogh-Bharadwaj committed Jan 30, 2024
1 parent f927fa4 commit d1a62a7
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 0 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
11 changes: 11 additions & 0 deletions ui/app/mirrors/[mirrorId]/edit/page.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
'use client';

const EditMirror = () => {
return (
<div>
<h1>Edit Mirror</h1>
</div>
);
};

export default EditMirror;
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit d1a62a7

Please sign in to comment.