Skip to content

Commit

Permalink
Merge branch 'master' into alex/update6
Browse files Browse the repository at this point in the history
  • Loading branch information
brenzi committed Jun 13, 2024
2 parents 5e10b4c + 7136804 commit e7bee15
Show file tree
Hide file tree
Showing 44 changed files with 2,027 additions and 7,287 deletions.
10 changes: 1 addition & 9 deletions app.vue
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
<script setup lang="ts">
import DefaultLayout from "./layouts/default.vue";
import { defineAsyncComponent } from "vue";
import { useAsyncData } from "#imports";
import Footer from "@/components/Footer";
const exports = {};
const Header = defineAsyncComponent(() => import("@/components/Header"));
</script>
<script setup lang="ts"></script>

<template>
<NuxtLayout />
Expand Down
Binary file removed components/.DS_Store
Binary file not shown.
149 changes: 0 additions & 149 deletions components/CheckWalletTab.vue

This file was deleted.

Loading

0 comments on commit e7bee15

Please sign in to comment.