/** * Re-exports the GET function from the analytics/compression route for the context analytics endpoint. * This is used to provide compression analytics data for the context analysis. */ export { GET } from "@/app/api/analytics/compression/route";