mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-02-03 07:31:45 +01:00
13 lines
124 B
Vue
13 lines
124 B
Vue
<script setup lang="ts">
|
|
|
|
</script>
|
|
|
|
<template>
|
|
<div>
|
|
<h1>Writings</h1>
|
|
</div>
|
|
</template>
|
|
|
|
<style scoped>
|
|
|
|
</style> |