You've already forked AstralRinth
forked from xxxOFFxxx/AstralRinth
* Initial impl of project pages
* Finalize project styling
* Revert browse page changes
* Fix lint
* Addressed some comments
* 😄
* Run lint
* Addressed issues
* fixed dist
* addressed changes
* Address changes
* I am speed
* Howd you get there
8 lines
245 B
JavaScript
8 lines
245 B
JavaScript
import Index from './Index.vue'
|
|
import Description from './Description.vue'
|
|
import Versions from './Versions.vue'
|
|
import Gallery from './Gallery.vue'
|
|
import Version from './Version.vue'
|
|
|
|
export { Index, Description, Versions, Gallery, Version }
|