Skip to content

Commit 710e07f

Browse files
committed
remove coupons
1 parent d973991 commit 710e07f

File tree

1 file changed

+1
-2
lines changed
  • MyApp.Client/app/bookings-custom

1 file changed

+1
-2
lines changed

MyApp.Client/app/bookings-custom/page.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
'use client'
22

3-
import { useState } from "react"
43
import Link from "next/link"
5-
import { useFormatters, AutoQueryGrid, TextLink, PreviewFormat, AutoEditForm, Icon } from "@servicestack/react"
4+
import { useFormatters, AutoQueryGrid } from "@servicestack/react"
65
import Page from "@/components/layout-page"
76
import { ValidateAuth } from "@/lib/auth"
87
import SrcPage from "@/components/src-page"

0 commit comments

Comments
 (0)