]> git.localhorst.tv Git - alttp.git/blobdiff - app/View/Components/AppLayout.php
add discord auth
[alttp.git] / app / View / Components / AppLayout.php
diff --git a/app/View/Components/AppLayout.php b/app/View/Components/AppLayout.php
new file mode 100644 (file)
index 0000000..b45d342
--- /dev/null
@@ -0,0 +1,18 @@
+<?php
+
+namespace App\View\Components;
+
+use Illuminate\View\Component;
+
+class AppLayout extends Component
+{
+    /**
+     * Get the view / contents that represents the component.
+     *
+     * @return \Illuminate\View\View
+     */
+    public function render()
+    {
+        return view('layouts.app');
+    }
+}