LANCommander/LANCommander.Server/UI/Components/ArchiveBrowserDialog.razor

8 lines
275 B
Text

@inherits FeedbackComponent<Guid, Guid>
@using FileManagerComponents
<FileManager ArchiveId="Options" Features="@(FileManagerFeatures.NavigationBack | FileManagerFeatures.NavigationForward | FileManagerFeatures.UpALevel | FileManagerFeatures.Breadcrumbs)" />
@code {
}