Skip to content

Commit

Permalink
revert(swap): removes swap panel (#478)
Browse files Browse the repository at this point in the history
  • Loading branch information
2xAA authored Dec 6, 2020
1 parent 04bc2ae commit 214797f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,6 @@
<gl-component title="Preview" :closable="false">
<Preview />
</gl-component>

<gl-component title="Swap" :closable="false">
<ABSwap />
</gl-component>
</gl-stack>
</gl-row>
</gl-col>
Expand All @@ -87,7 +83,6 @@

<script>
import Preview from "@/components/Preview";
import ABSwap from "@/components/ABSwap";
import Groups from "@/components/Groups";
import Gallery from "@/components/Gallery";
import InputConfig from "@/components/InputConfig";
Expand All @@ -109,7 +104,6 @@ export default {
components: {
Preview,
ABSwap,
Groups,
Gallery,
InputConfig,
Expand Down

0 comments on commit 214797f

Please sign in to comment.