diff --git a/cmd/web.go b/cmd/web.go index 50c91e7..8714eac 100644 --- a/cmd/web.go +++ b/cmd/web.go @@ -8,7 +8,6 @@ import ( md "github.com/JohannesKaufmann/html-to-markdown" "github.com/spf13/cobra" - "github.com/tnypxl/rollup/internal/config" "github.com/tnypxl/rollup/internal/scraper" )