Skip to content

Commit

Permalink
Update Index.razor
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoCoderMatrix86 committed Dec 20, 2024
1 parent bb937fe commit 2cda1bb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions AudioCuesheetEditor/Pages/Index.razor
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,8 @@ along with Foobar. If not, see
case ViewMode.ViewModeImport:
<ViewModeImport />
break;
}

@code{
//TODO: Switch for view modes (including setting options and reading options, etc.)
}

0 comments on commit 2cda1bb

Please sign in to comment.