Removed Vue

This commit is contained in:
2020-06-09 08:38:05 +02:00
parent 43fc299642
commit bab4c6d72e
7 changed files with 17 additions and 58 deletions
@@ -1,5 +1,7 @@
@extends("layout.base")
@section("content")
Hej
@endsection
@@ -1,6 +1,8 @@
<!DOCTYPE html>
<html>
<head>
<title>@yield("title")</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link type="text/css" rel="stylesheet" href="{{ mix("/css/app.css") }}">
</head>
<body>