import React from 'react'; import './GuidePage.css'; const GuidePage = ({ guideType }) => { const renderGuideContent = () => { switch (guideType) { case 'create_item': return (
1. Turn on edit mode and create item type
Follow these steps to troubleshoot common issues...
{/* Add more troubleshooting details here */}Learn about the different features available...
{/* Add more feature details here */}Please select a guide type to get started.