mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-03 06:27:11 +01:00
prettier all the things
This commit is contained in:
committed by
Thomas Ruoff
parent
c35d3009c6
commit
36f8719531
@@ -34,9 +34,8 @@ type BookAction = {
|
||||
payload?: any
|
||||
}
|
||||
|
||||
export const BookContext: React.Context<BookProvider> = React.createContext<
|
||||
BookProvider
|
||||
>(null)
|
||||
export const BookContext: React.Context<BookProvider> =
|
||||
React.createContext<BookProvider>(null)
|
||||
|
||||
export const ACTIONS = {
|
||||
SET_FORM_DATA: 'setFormData',
|
||||
|
||||
Reference in New Issue
Block a user