Skip to content
Snippets Groups Projects
Commit db73a574 authored by Cee Nell's avatar Cee Nell
Browse files

update naming

parent 1afa63db
No related branches found
No related tags found
1 merge request!26Clean up hero
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<VizTitle /> <VizTitle />
<BeeswarmChart /> <BeeswarmChart />
<NarrativeIntro /> <NarrativeIntro />
<Dendrogram /> <InteractiveDendrogram />
<Maps /> <Maps />
<ReferencesSection /> <ReferencesSection />
<AuthorshipSection /> <AuthorshipSection />
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
import VizTitle from '.././components/VizTitle.vue' import VizTitle from '.././components/VizTitle.vue'
import NarrativeIntro from '.././components/NarrativeIntro.vue' import NarrativeIntro from '.././components/NarrativeIntro.vue'
import BeeswarmChart from '../components/BeeswarmChart.vue' import BeeswarmChart from '../components/BeeswarmChart.vue'
import Dendrogram from '.././components/Dendrogram.vue' import InteractiveDendrogram from '.././components/InteractiveDendrogram.vue'
import Maps from '.././components/Maps.vue' import Maps from '.././components/Maps.vue'
import ReferencesSection from '.././components/References.vue' import ReferencesSection from '.././components/References.vue'
import AuthorshipSection from '.././components/Authorship.vue' import AuthorshipSection from '.././components/Authorship.vue'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment