Skip to content
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.

Commit

Permalink
fix: import in render tsx test
Browse files Browse the repository at this point in the history
  • Loading branch information
ivy committed Sep 9, 2023
1 parent fdac864 commit c4433f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/render.test.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2023 Samuel Kopp. All rights reserved. Apache-2.0 license.
/** @jsx h */
import { DOMParser } from 'dom'
import { Fragment, h, VNode } from 'preact'
import { Fragment, h, type VNode } from 'preact'
import { assert, assertEquals } from 'std/assert/mod.ts'
import { z } from 'zod'
import cheetah, { Renderer } from '../mod.ts'
Expand Down

0 comments on commit c4433f0

Please sign in to comment.