stylist / frontend / salons / page.tsx
page.tsx
Raw
import React from 'react';

export const page = () => {
  return <div>page</div>;
};