[core][m]: Add analytics component to the core packages

This commit is contained in:
mohamed yahia
2024-01-18 23:51:01 +02:00
parent 1a5bbd4346
commit 92a549d6a9
10 changed files with 240 additions and 2 deletions

View File

@@ -21,3 +21,4 @@ export { SiteToc, NavItem, NavGroup } from "./SiteToc";
export { Comments, CommentsConfig } from "./Comments";
export { AuthorConfig } from "./types";
export { Hero } from "./Hero";
export { Analytics, AnalyticsConfig } from "./analytics";