"use client"; import { spotlightActions } from "./spotlight-store"; export { Spotlight } from "./component"; const openSpotlight = spotlightActions.open; export { openSpotlight };