Skip to content

Commit

Permalink
🐛 Trigger minor release after fixing double %
Browse files Browse the repository at this point in the history
  • Loading branch information
AnandChowdhary committed Nov 27, 2020
1 parent 16c4e2e commit cd12191
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/client.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as sapper from '@sapper/app';

sapper.start({
target: document.querySelector('#sapper')
});
target: document.querySelector('#sapper')
});

0 comments on commit cd12191

Please sign in to comment.