feat: change direction for 5S! It's time to make this article!

This commit is contained in:
Julien Calixte
2025-08-02 14:18:34 +02:00
parent 28e5ffe639
commit 18b5cb2d54
6 changed files with 451 additions and 193 deletions

View File

@@ -1,6 +1,4 @@
<script setup lang="ts">
import CoffeeDay from '@/modules/5s/game/CoffeeDay.vue'
const createdAt = new Date('2025-01-08').toLocaleDateString(undefined, {
year: 'numeric',
month: 'long',
@@ -37,7 +35,6 @@ const createdAt = new Date('2025-01-08').toLocaleDateString(undefined, {
As you look down at the paper, you see a bunch of lists, todos, and
notes in a brown used paper. It looks like it has lived more than you.
</p>
<CoffeeDay />
</div>
</article>
</template>