fix(docs): add missing DocsLinkCard import (#1050)

This commit is contained in:
Sam Potts
2026-03-20 14:35:27 +11:00
committed by GitHub
parent 3a129facda
commit 89a445009b
@@ -3,6 +3,7 @@ title: Customize skins
description: Learn how to customize Video.js v10 skins by copying and modifying them
---
import DocsLinkCard from '@/components/docs/DocsLinkCard.astro';
import FrameworkCase from '@/components/docs/FrameworkCase.astro';
import EjectedSkin from '@/components/docs/EjectedSkin.astro';