Skip to content

Commit e147847

Browse files
committed
chore(site): format
1 parent 59bf2f5 commit e147847

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/components/AsciinemaPlayer.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
import type {HTMLAttributes} from 'astro/types';
2+
import type { HTMLAttributes } from 'astro/types';
33
import 'asciinema-player/dist/bundle/asciinema-player.css';
44
55
interface Props extends HTMLAttributes<'div'> {

0 commit comments

Comments
 (0)