mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 03:00:58 +08:00
chore(react): adding prettier and formating files
This commit is contained in:
@ -9,5 +9,5 @@ export interface StackContextState {
|
||||
|
||||
export const StackContext = React.createContext<StackContextState>({
|
||||
registerIonPage: () => undefined,
|
||||
isInOutlet: () => false
|
||||
isInOutlet: () => false,
|
||||
});
|
||||
|
Reference in New Issue
Block a user