This commit is contained in:
Andreas 2024-07-06 23:19:42 +02:00
parent 5f97af3f96
commit 20620cff41
13 changed files with 3 additions and 5 deletions

View File

@ -17,7 +17,7 @@ import {
addToExistingBucket,
addToNewBucketForPost,
writeFilesToFS,
} from "@/app/lib/actions/entityManagement/attachment/attachmentActions";
} from "@/app/lib/actions/entitymanagement/attachment/attachmentActions";
import { Attributes } from "@sequelize/core";
import { RequestCookie } from "next/dist/compiled/@edge-runtime/cookies";

View File

@ -1,9 +1,6 @@
import './sidebar.css'
import { Button, NavLink } from 'react-bootstrap';
import React, { ReactNode, useState } from 'react';
import React, { ReactNode } from 'react';
import Link from 'next/link';
import { headers } from 'next/headers';
export type SidebarEntry = {

View File

@ -1,3 +1,4 @@
//@ts-ignore
import { createSwaggerSpec } from "next-swagger-doc";
export const getApiDocs = async () => {