Skip to content

Commit

Permalink
fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
macfarlandian committed Oct 16, 2020
1 parent daadcec commit e9217d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spotlight-client/src/Loading/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
// along with this program. If not, see <https://www.gnu.org/licenses/>.
// =============================================================================

export { default } from './Loading';
export { default } from "./Loading";
2 changes: 1 addition & 1 deletion spotlight-client/src/VerificationRequired/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
// along with this program. If not, see <https://www.gnu.org/licenses/>.
// =============================================================================

export { default } from './VerificationRequired';
export { default } from "./VerificationRequired";

0 comments on commit e9217d0

Please sign in to comment.