diff --git a/packages/astro/e2e/fixtures/actions-blog/src/components/PostComment.tsx b/packages/astro/e2e/fixtures/actions-blog/src/components/PostComment.tsx index 4c763b2cab86..28cd0085bc77 100644 --- a/packages/astro/e2e/fixtures/actions-blog/src/components/PostComment.tsx +++ b/packages/astro/e2e/fixtures/actions-blog/src/components/PostComment.tsx @@ -1,6 +1,5 @@ import { actions, isInputError } from 'astro:actions'; import { useState } from 'react'; -import {createLoggerFromFlags} from "../../../../../src/cli/flags.ts"; export function PostComment({ postId,