summaryrefslogtreecommitdiffstats
path: root/src/types
diff options
context:
space:
mode:
authorDevlin Junker <devlin.junker@gmail.com>2022-11-28 17:06:42 -1000
committerBenjamin Brahmer <info@b-brahmer.de>2022-12-06 14:57:20 +0100
commitc522bacfb1cb112bfdc8fbee3deb9793216ed70a (patch)
treec497d99523b736a1ea678dd6f972593090f8f015 /src/types
parent83fe713c052ee2ccc419be58eb9e83ba23a95b65 (diff)
cleanup and renaming
Signed-off-by: Devlin Junker <devlin.junker@gmail.com>
Diffstat (limited to 'src/types')
-rw-r--r--src/types/ExploreSite.ts (renamed from src/types/ExploreSite.vue)2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/types/ExploreSite.vue b/src/types/ExploreSite.ts
index bfbd6cb00..5132c8c11 100644
--- a/src/types/ExploreSite.vue
+++ b/src/types/ExploreSite.ts
@@ -1,4 +1,3 @@
-<script lang="ts">
export type ExploreSite = {
title: string;
favicon: string;
@@ -7,4 +6,3 @@ export type ExploreSite = {
description: string;
votes: number;
}
-</script>