small fix
This commit is contained in:
parent
3618ba907d
commit
8082efdc67
|
@ -6,6 +6,7 @@ import {
|
||||||
LinkIncludingShortenedCollectionAndTags,
|
LinkIncludingShortenedCollectionAndTags,
|
||||||
} from "@/types/global";
|
} from "@/types/global";
|
||||||
import ReadableView from "@/components/ReadableView";
|
import ReadableView from "@/components/ReadableView";
|
||||||
|
import getServerSideProps from "@/lib/client/getServerSideProps";
|
||||||
|
|
||||||
export default function Index() {
|
export default function Index() {
|
||||||
const { links, getLink } = useLinkStore();
|
const { links, getLink } = useLinkStore();
|
||||||
|
@ -65,3 +66,5 @@ export default function Index() {
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
export { getServerSideProps };
|
||||||
|
|
|
@ -6,6 +6,7 @@ import {
|
||||||
LinkIncludingShortenedCollectionAndTags,
|
LinkIncludingShortenedCollectionAndTags,
|
||||||
} from "@/types/global";
|
} from "@/types/global";
|
||||||
import ReadableView from "@/components/ReadableView";
|
import ReadableView from "@/components/ReadableView";
|
||||||
|
import getServerSideProps from "@/lib/client/getServerSideProps";
|
||||||
|
|
||||||
export default function Index() {
|
export default function Index() {
|
||||||
const { links, getLink } = useLinkStore();
|
const { links, getLink } = useLinkStore();
|
||||||
|
@ -61,3 +62,5 @@ export default function Index() {
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
export { getServerSideProps };
|
||||||
|
|
Ŝarĝante…
Reference in New Issue