Skip to content

Commit

Permalink
fix(helper/ssg): remove unneeded import statements (#3014)
Browse files Browse the repository at this point in the history
  • Loading branch information
EdamAme-x authored Jun 23, 2024
1 parent 1bbaf51 commit a9d5313
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/helper/ssg/ssg.test.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/* eslint-disable @typescript-eslint/unbound-method */
/** @jsxImportSource ../../jsx */
import { beforeEach, describe, expect, it } from 'vitest'
import { Hono } from '../../hono'
import { poweredBy } from '../../middleware/powered-by'
import {
Expand Down

0 comments on commit a9d5313

Please sign in to comment.