ya yeet
This commit is contained in:
parent
5f97af3f96
commit
20620cff41
@ -17,7 +17,7 @@ import {
|
|||||||
addToExistingBucket,
|
addToExistingBucket,
|
||||||
addToNewBucketForPost,
|
addToNewBucketForPost,
|
||||||
writeFilesToFS,
|
writeFilesToFS,
|
||||||
} from "@/app/lib/actions/entityManagement/attachment/attachmentActions";
|
} from "@/app/lib/actions/entitymanagement/attachment/attachmentActions";
|
||||||
import { Attributes } from "@sequelize/core";
|
import { Attributes } from "@sequelize/core";
|
||||||
import { RequestCookie } from "next/dist/compiled/@edge-runtime/cookies";
|
import { RequestCookie } from "next/dist/compiled/@edge-runtime/cookies";
|
||||||
|
|
||||||
|
|||||||
@ -1,9 +1,6 @@
|
|||||||
|
|
||||||
import './sidebar.css'
|
import './sidebar.css'
|
||||||
import { Button, NavLink } from 'react-bootstrap';
|
import React, { ReactNode } from 'react';
|
||||||
import React, { ReactNode, useState } from 'react';
|
|
||||||
import Link from 'next/link';
|
import Link from 'next/link';
|
||||||
import { headers } from 'next/headers';
|
|
||||||
|
|
||||||
|
|
||||||
export type SidebarEntry = {
|
export type SidebarEntry = {
|
||||||
|
|||||||
@ -1,3 +1,4 @@
|
|||||||
|
//@ts-ignore
|
||||||
import { createSwaggerSpec } from "next-swagger-doc";
|
import { createSwaggerSpec } from "next-swagger-doc";
|
||||||
|
|
||||||
export const getApiDocs = async () => {
|
export const getApiDocs = async () => {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user