⚠️ refactor (components): rename flow components to content

This commit is contained in:
Abizrh
2025-09-07 22:58:18 +07:00
parent cdebdb8995
commit 263f9dbc7f
35 changed files with 17 additions and 18 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ definePageMeta({
<div class="grid gap-2 text-center">
<h1 class="text-2xl font-semibold tracking-tight">Login RSSA</h1>
</div>
<FlowAuthLogin />
<ContentAuthLogin />
</div>
</LayoutAuth>
</template>