Files

9 lines
179 B
TypeScript
Raw Permalink Normal View History

2026-09-02 15:29:51 -04:00
import { defineMeta } from "blume";
export default defineMeta({
title: "Foundations",
icon: "layers",
order: 2,
pages: ["index", "curves", "arithmetic", "protocol"],
});