Hello @techuhelp, thank you for opening your topic. Unfortunately, that export functionality in WordPress does not export all of the required database data.
You can try using a plugin like WP Migrate DB Pro to export just the stories content from that site and import it to your current site.
All the Web Stories data is stored in a custom web-story post type, which WordPress uses the wp_posts and wp_postmetadatabase columns. You’ll want to ensure that this post_content_filtered column used by Web Stories and all connected entries in the wp_postmeta table are included.
Note that we do have a feature request to add this exporting/importing functionality. Please feel free to monitor the following GitHub issue for any updates: https://github.com/GoogleForCreators/web-stories-wp/issues/4357
@techuhelp Your topic will be marked as resolved since we haven’t received any further response. You are welcome to create a new topic for any new questions or issues you may have. Thank you!