Markdown editor in progress + Login and session process completed

This commit is contained in:
2024-08-19 16:27:09 +02:00
parent aba56bb034
commit 2e92c389a2
74 changed files with 1305 additions and 313 deletions

View File

@@ -1,5 +1,5 @@
<script setup lang="ts">
import type { Navigation } from '~/server/api/project/[projectId]/navigation.get';
import type { Navigation } from '~/types/api';
interface Props {
link: Navigation;