drfeely.com/app/accupuncture/page.tsx

6 lines
98 B
TypeScript
Raw Normal View History

2023-07-23 22:26:35 +00:00
const Accupuncture = () => {
2023-07-25 03:14:18 +00:00
return <main>Accupuncture</main>;
2023-07-23 22:26:35 +00:00
};
export default Accupuncture;