mirror of
https://github.com/sonr-io/sonr.git
synced 2026-09-16 23:16:25 +00:00
12 lines
168 B
TypeScript
12 lines
168 B
TypeScript
import { defineMeta } from "blume";
|
|
|
|
export default defineMeta({
|
|
"title": "Concepts",
|
|
"icon": "lightbulb",
|
|
"pages": [
|
|
"sonr",
|
|
"motr",
|
|
"token"
|
|
]
|
|
});
|