export default function AdditionalPage() { return ( This Shopify embedded app is the frontend for the Race Nation import workflow. The dashboard starts the KYT import pipeline from the custom backend and shows the current job status while the backend works through each pipeline step. The backend handles Shopify OAuth, webhook validation, token storage, fulfillment setup, and the full KYT scrape-to-Shopify pipeline. This frontend is where merchants will launch and monitor those imports from inside Shopify Admin. Connect the dashboard to the Race Nation backend. Start small test imports with a limit before running a full sync. Replace the remaining template screens with store-specific tools. ); }