Files
GoMFT/components/components.go
T
StarFleetCPTN c3a22333f7 chore: Add components package marker file
- Create components.go to ensure proper Go package recognition
- Update .gitignore to exclude all Go files except components.go
2025-03-08 14:12:43 -08:00

3 lines
196 B
Go

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