All checks were successful
continuous-integration/drone/push Build is passing
https://viewcomponent.org
8 lines
190 B
Plaintext
8 lines
190 B
Plaintext
<%= render HeaderComponent.new(title: "Admin Panel") %>
|
|
|
|
<%= render MainSimpleComponent.new do %>
|
|
<p class="text-center">
|
|
With great power comes great responsibility.
|
|
</p>
|
|
<% end %>
|