mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-17 08:38:28 +00:00
13 lines
268 B
Plaintext
13 lines
268 B
Plaintext
---
|
|
title: Showcase
|
|
layout: ../../layouts/MainLayout.astro
|
|
---
|
|
|
|
import { Showcase } from '../../components/Showcase';
|
|
|
|
# Showcase
|
|
|
|
This page contains a randomly shuffled selection of videos that show people using strudel in some way.
|
|
|
|
<Showcase client:only="react" />
|