Skip to content

Commit

Permalink
Ab/wallet root (#42)
Browse files Browse the repository at this point in the history
* bump dependencies

* fix bricked unshielding form

* make wallet root path

* clarify amount

* purge unused legacy files

* info hint

* trademark sup

* fmt
  • Loading branch information
brenzi authored Jun 13, 2024
1 parent da798cf commit 7136804
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 7136804

Please sign in to comment.