Tracking de l'application VApp (IHM du jeu)
This commit is contained in:
12
VApp/node_modules/unplugin-fonts/dist/astro/component.astro
generated
vendored
Normal file
12
VApp/node_modules/unplugin-fonts/dist/astro/component.astro
generated
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
import { links } from 'unplugin-fonts/head'
|
||||
---
|
||||
|
||||
<>
|
||||
{links.map((link) => {
|
||||
const attrs = link?.attrs || {}
|
||||
return (
|
||||
<link {...attrs} />
|
||||
)
|
||||
})}
|
||||
</>
|
Reference in New Issue
Block a user