🎨 Add site and rename app

This commit is contained in:
brunosimon
2017-12-27 15:52:29 +01:00
parent 0e491b0660
commit 657fa4546d
224 changed files with 206 additions and 42 deletions
+7
View File
@@ -0,0 +1,7 @@
export default class Site
{
constructor()
{
console.log('Hello Keppler')
}
}