implemented file upload for attachments
This commit is contained in:
@@ -1,13 +1,15 @@
|
||||
|
||||
import './sidebar.css'
|
||||
import { Button, NavLink } from 'react-bootstrap';
|
||||
import { SidebarEntry } from '@/app/admin/page';
|
||||
import React, { ReactNode, useState } from 'react';
|
||||
import Link from 'next/link';
|
||||
import { headers } from 'next/headers';
|
||||
|
||||
|
||||
|
||||
export type SidebarEntry = {
|
||||
label:string;
|
||||
view:string;
|
||||
}
|
||||
|
||||
type Props = {
|
||||
children?:ReactNode;
|
||||
|
||||
Reference in New Issue
Block a user