Added bento :)
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package ui
|
||||
|
||||
import (
|
||||
"github.com/atridad/wrapped-cli/pkg/models"
|
||||
"github.com/atridad/wrapped-cli/pkg/reports"
|
||||
)
|
||||
|
||||
func ExportReport(stats *models.UserStats) (string, error) {
|
||||
return reports.SaveReport(stats)
|
||||
}
|
||||
Reference in New Issue
Block a user