Skip to content

Commit

Permalink
fix: wrong nav component import
Browse files Browse the repository at this point in the history
  • Loading branch information
aon committed Jan 17, 2025
1 parent 9fd9cc8 commit 407db29
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<div class="min-h-screen">
<header class="max-w-[1920px] mx-auto mb-12">
<app-generic-nav />
<confirm-guardian-nav />
</header>
<main class="max-w-[900px] mx-auto flex flex-col gap-6">
<div>
Expand Down

0 comments on commit 407db29

Please sign in to comment.