diff --git a/graphql/internal/graphiql/build.go b/graphql/internal/graphiql/build.go deleted file mode 100644 index 0065c1112f..0000000000 --- a/graphql/internal/graphiql/build.go +++ /dev/null @@ -1,8 +0,0 @@ -package graphiql - -import ( - "embed" -) - -//go:embed *.js *.css *.html -var Assets embed.FS