test again
All checks were successful
Build and Deploy Frontend / build-and-deploy (push) Successful in 6s

This commit is contained in:
2026-02-28 23:56:08 -06:00
parent fdac0859ea
commit 67598f60bf

View File

@@ -6,4 +6,7 @@ import Header from './components/Header.vue'
<template> <template>
<h1>Here is a child component!</h1> <h1>Here is a child component!</h1>
<Header /> <Header />
<Header />
<Header />
<Header />
</template> </template>