Skip to content

Commit

Permalink
fix: import error
Browse files Browse the repository at this point in the history
  • Loading branch information
froid1911 committed Feb 1, 2024
1 parent e6fe9b8 commit f97bf52
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/components/auth/SessionTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
<script lang="ts" setup>
import { format } from 'date-fns'
import { useMessage, NButton } from 'naive-ui'
import { Session } from '~/containers/SessionContainer.vue'
import type { Session } from '~/containers/SessionContainer.vue';
const message = useMessage()
Expand Down

0 comments on commit f97bf52

Please sign in to comment.