Refactorings.

This commit is contained in:
2023-02-07 06:30:50 -08:00
parent fff2aef2c6
commit 28bec5b242
8 changed files with 1736 additions and 204 deletions

View File

@@ -0,0 +1,7 @@
import Episodes from '@/components/Episodes'
export default async function AllEpisodes() {
return (
<Episodes />
);
}