mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-06 20:37:44 +00:00
9 lines
153 B
TypeScript
9 lines
153 B
TypeScript
import ChangelogOne from "./2024-09-28";
|
|
export const Logs = [
|
|
{
|
|
name: "Changelog 1",
|
|
date: "2024-09-28",
|
|
component: ChangelogOne,
|
|
},
|
|
];
|