Allow embedding of share page.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import Dashboard from 'app/(main)/dashboard/Dashboard';
|
||||
import { Metadata } from 'next';
|
||||
|
||||
export default function DashboardPage() {
|
||||
export default function () {
|
||||
return <Dashboard />;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user