fix: import config package to resolve undefined error

This commit is contained in:
Arik Jones (aider)
2024-09-19 16:12:30 -05:00
parent 1d02cab585
commit 702665bb2e

View File

@@ -9,6 +9,7 @@ import (
"time"
"github.com/spf13/cobra"
"github.com/tnypxl/rollup/internal/config"
"github.com/tnypxl/rollup/internal/scraper"
)