Files
SkinbaseNova/.deploy/artwork-evolution-release/resources/views/feed/following.blade.php
2026-04-18 17:02:56 +02:00

10 lines
132 B
PHP

@extends('layouts.nova')
@push('head')
@vite(['resources/js/feed.jsx'])
@endpush
@section('content')
@inertia
@endsection