diff --git a/rest/mod.ts b/rest/mod.ts index 88723d0..8ecdc31 100644 --- a/rest/mod.ts +++ b/rest/mod.ts @@ -3,6 +3,7 @@ export * from "./project.ts"; export * from "./profile.ts"; export * from "./replaceLinks.ts"; export * from "./page-data.ts"; +export * from "./getSnapshots.ts"; export * from "./link.ts"; export * from "./search.ts"; export * from "./getWebPageTitle.ts";