Skip to content

Commit

Permalink
Fixed styling of d.ts files
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasgarnier committed Oct 4, 2018
1 parent 73eaf06 commit 032de57
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion types/FirebaseAuth.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import { FirebaseAuth } from "./"
import { FirebaseAuth } from './';

export default FirebaseAuth
2 changes: 1 addition & 1 deletion types/StyledFirebaseAuth.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import { StyledFirebaseAuth } from "./"
import { StyledFirebaseAuth } from './';

export default StyledFirebaseAuth
4 changes: 2 additions & 2 deletions types/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as firebaseui from "firebaseui";
import * as React from "react";
import * as firebaseui from 'firebaseui';
import * as React from 'react';

export interface Props {
uiConfig: firebaseui.auth.Config;
Expand Down

0 comments on commit 032de57

Please sign in to comment.