mirror of
https://github.com/umami-software/umami.git
synced 2026-02-09 15:17:23 +01:00
Merge branch 'dev' into jajaja
This commit is contained in:
commit
d2f829a9b2
4 changed files with 19 additions and 37 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import { SharePage } from './SharePage';
|
||||
|
||||
export default async function ({ params }: { params: { shareId: string } }) {
|
||||
export default async function ({ params }: { params: Promise<{ shareId: string }> }) {
|
||||
const { shareId } = await params;
|
||||
|
||||
return <SharePage shareId={shareId[0]} />;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue