LANCommander/LANCommander.Server/UI/Components/ArchiveBrowserDialog.razor
2024-08-04 18:44:33 -05:00

9 lines
313 B
Text

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