import { PluginContext } from './Plugin.js'; function getGoogleAnalyticsTrackingCode(pluginContext: PluginContext) { return ` `; } const getScripts = (pluginContext: PluginContext) => [getGoogleAnalyticsTrackingCode(pluginContext)]; export { getScripts, };