mirror of
https://github.com/Xevion/the-office.git
synced 2026-01-31 08:26:13 -06:00
7 lines
96 B
Vue
7 lines
96 B
Vue
<script setup lang="ts"></script>
|
|
<template>
|
|
<div>
|
|
<h1>Episodes</h1>
|
|
</div>
|
|
</template>
|