diff options
author | Santo Cariotti <santo@dcariotti.me> | 2025-04-03 21:47:18 +0200 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2025-04-03 21:47:18 +0200 |
commit | 400a81fdae4ea1ff2263024a7cd0618fc31076ca (patch) | |
tree | 77b4a41084af4330c5d002785936f56bb46528fb /frontend/pages/index.vue | |
parent | 0d987f5c97cc8c0e205193ef8c67745ac981d5bf (diff) |
Use TUI instead of Web
Diffstat (limited to 'frontend/pages/index.vue')
-rw-r--r-- | frontend/pages/index.vue | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/frontend/pages/index.vue b/frontend/pages/index.vue deleted file mode 100644 index 110db25..0000000 --- a/frontend/pages/index.vue +++ /dev/null @@ -1,7 +0,0 @@ -<script setup lang="ts"></script> - -<template> - <div> - <h1>Hello</h1> - </div> -</template> |