To use the ReservationLocations API, install the @wix/table-reservations
package using npm or Yarn:
npm install @wix/table-reservations
or
yarn add @wix/table-reservations
Then import { reservationLocations }
from @wix/table-reservations
:
import { reservationLocations } from "@wix/table-reservations";