Add new places & views

This commit is contained in:
obergodmar
2020-07-12 17:14:53 +03:00
parent 3db2f69b5f
commit 8cebb45636
78 changed files with 213 additions and 3 deletions
+10
View File
@@ -0,0 +1,10 @@
import preview from './preview'
import view from './view'
import music from './music'
export default {
name: 'nagrand',
music,
view,
preview
}