From 2693b30d7cb3fb9b2c32e7acd4ffb7882ce7a68e Mon Sep 17 00:00:00 2001 From: Caleb Foust Date: Fri, 6 Sep 2024 09:22:38 +0800 Subject: [PATCH] chore: remove errant stories line --- cmd/stories/main.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/stories/main.go b/cmd/stories/main.go index 3906ce6a..3e619e7c 100644 --- a/cmd/stories/main.go +++ b/cmd/stories/main.go @@ -10,7 +10,6 @@ import ( "github.com/cfoust/cy/pkg/anim" _ "github.com/cfoust/cy/pkg/cy" - _ "github.com/cfoust/cy/pkg/search" "github.com/cfoust/cy/pkg/frames" "github.com/cfoust/cy/pkg/geom" "github.com/cfoust/cy/pkg/mux"