Taobin-Recipe-Manager/client/src/app/features/dashboard/dashboard.component.html

5 lines
117 B
HTML
Raw Normal View History

2023-09-18 08:50:13 +07:00
<p>dashboard works!</p>
<button (click)="logout()" class="bg-blue-300 rounded-lg min-w-fit p-10">
Logout
</button>