Skip to content

Commit

Permalink
Merge pull request #1 from hcorson-dosch/cee_main
Browse files Browse the repository at this point in the history
switch to rain component
  • Loading branch information
cnell-usgs authored Jul 13, 2022
2 parents 6c82629 + 1c96f7b commit 3fc5b04
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 3fc5b04

Please sign in to comment.