mirror of
https://github.com/documenso/documenso.git
synced 2025-11-14 08:42:12 +10:00
qoc
This commit is contained in:
@ -18,11 +18,11 @@ const userNavigation = [
|
|||||||
{ name: "Sign out", href: "#" },
|
{ name: "Sign out", href: "#" },
|
||||||
];
|
];
|
||||||
|
|
||||||
function classNames(...classes) {
|
function classNames(...classes: any) {
|
||||||
return classes.filter(Boolean).join(" ");
|
return classes.filter(Boolean).join(" ");
|
||||||
}
|
}
|
||||||
|
|
||||||
export default function Layout({ children }) {
|
export default function Layout({ children }: any) {
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<div className="min-h-full">
|
<div className="min-h-full">
|
||||||
|
|||||||
Reference in New Issue
Block a user