mirror of
https://github.com/tcsenpai/obsidiangarden_netlify.git
synced 2025-06-06 20:55:21 +00:00
5 lines
115 B
JavaScript
5 lines
115 B
JavaScript
const { getGraph } = require("../../helpers/linkUtils");
|
|
|
|
module.exports = {
|
|
graph: (data) => getGraph(data),
|
|
} |