We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59bf2f5 commit e147847Copy full SHA for e147847
site/src/components/AsciinemaPlayer.astro
@@ -1,5 +1,5 @@
1
---
2
-import type {HTMLAttributes} from 'astro/types';
+import type { HTMLAttributes } from 'astro/types';
3
import 'asciinema-player/dist/bundle/asciinema-player.css';
4
5
interface Props extends HTMLAttributes<'div'> {
0 commit comments