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