13 lines
252 B
PHP
13 lines
252 B
PHP
<?php
|
|
|
|
use Livewire\Component;
|
|
|
|
new class extends Component
|
|
{
|
|
//
|
|
};
|
|
?>
|
|
|
|
<div>
|
|
{{-- Nothing in life is to be feared, it is only to be understood. Now is the time to understand more, so that we may fear less. - Maria Skłodowska-Curie --}}
|
|
</div>
|