mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-03 22:47:15 +01:00
further typing improvements
This commit is contained in:
committed by
Thomas Ruoff
parent
90ac05a907
commit
52a68e9989
@@ -1,10 +1,8 @@
|
||||
import * as React from 'react'
|
||||
import { useReducer, useEffect } from 'react'
|
||||
|
||||
import React, { useEffect, useReducer } from 'react'
|
||||
import {
|
||||
storeBookingData,
|
||||
loadBookingData,
|
||||
clearBookingData,
|
||||
loadBookingData,
|
||||
storeBookingData,
|
||||
} from '../../../helpers/storage'
|
||||
|
||||
interface WizardFormData {
|
||||
|
||||
Reference in New Issue
Block a user