import { html } from "lit"; const Template = () => html` Logo

Report an Issue

Help us improve by reporting problems in your area. We aim to respond within 3 working days.

Upload Photos Submit Report

Report Submitted

Thank you for helping us keep the community safe and clean.

Reference Number

Location Description Photos Submitted on

What happens next

  • Our team will review your report within 3 working days.
  • You may be contacted for more information if needed.
  • 98% of reports are resolved within 7 working days.
Submit Another Report
`; export default { title: "Templates/Form/Report Issue", tags: ["!autodocs"], parameters: { layout: "fullscreen" } }; export const ReportIssue = { render: Template.bind({}), name: "Report Issue" };