mirror of
https://github.com/sonr-io/crypto.git
synced 2026-09-17 01:26:23 +00:00
9 lines
220 B
TypeScript
9 lines
220 B
TypeScript
import { defineMeta } from "blume";
|
|
|
|
export default defineMeta({
|
|
title: "Identity & Authorization",
|
|
icon: "fingerprint",
|
|
order: 7,
|
|
pages: ["index", "did-key", "mpc-enclave", "ucan", "ecies", "wasm-modules"],
|
|
});
|