1
0
mirror of https://github.com/exane/not-gwent-online synced 2025-08-10 04:57:29 +00:00

prepare vue and little styling

This commit is contained in:
devfake
2015-06-21 13:09:29 +02:00
parent c29e398eb7
commit 9d7f473e76
18 changed files with 149 additions and 68 deletions

@@ -1,6 +1,5 @@
<?php
get('/', function() {
return view('tpl.landing')
->withSection('landing');
return view('app');
});