"use client";

export function printMeetingSummaryLayout() {
  window.print();
}

