Skip to content
This repository has been archived by the owner on May 17, 2022. It is now read-only.

Commit

Permalink
#1 eslint and jest in circleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
marcog83 committed Jan 14, 2022
1 parent c9123fe commit 1ba7048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/examples/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { PPTX,

import ReactDOM from 'react-dom';

const wee = "wee";
const wee = 'wee';
const pptx = PPTX.render(
<Document
author="Brent Ely"
Expand Down

0 comments on commit 1ba7048

Please sign in to comment.