Skip to content

Commit

Permalink
switch to rain component
Browse files Browse the repository at this point in the history
  • Loading branch information
hcorson-dosch-usgs committed Jul 13, 2022
1 parent 6c82629 commit 1c96f7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/Visualization.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div id="visualization">
<DragNDrop />
<Rain />
</div>
</template>

Expand All @@ -9,7 +9,7 @@
export default {
name: 'Visualization',
components: {
DragNDrop: () => import( /* webpackPreload: true */ /*webpackChunkName: "section"*/ "./../components/DragNDrop2")
Rain: () => import( /* webpackPreload: true */ /*webpackChunkName: "section"*/ "./../components/rain")
},
computed: {
},
Expand Down

0 comments on commit 1c96f7b

Please sign in to comment.