mirror of
https://github.com/StarFleetCPTN/GoMFT.git
synced 2026-09-09 08:00:49 +02:00
13 lines
297 B
Templ
13 lines
297 B
Templ
package components
|
|
|
|
import (
|
|
"context"
|
|
)
|
|
|
|
// StorageProvidersImportPage wraps the import component with the layout
|
|
templ StorageProvidersImportPage(ctx context.Context, preview RcloneImportPreview) {
|
|
@LayoutWithContext("Import rclone Config", ctx) {
|
|
@StorageProvidersImport(ctx, preview)
|
|
}
|
|
}
|