Files
GoMFT/components/providers/destination/destination.go
T
StarFleetCPTN 3b9ff3b6a8 chore: Refine config form and UI components
- Add x-init hook to set default form values in config form
- Adjust scrollbar hover color in layout
- Create marker files for providers, source, and destination packages
- Remove unnecessary error styling in local source form
2025-03-08 23:03:41 -08:00

4 lines
206 B
Go

// Package destination contains the UI destination forms for the GoMFT application.
// This file serves as a marker for the destination package to ensure it's properly recognized by Go.
package destination