Skip to content

Commit

Permalink
Remove @ts-ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
samchamberland committed Dec 5, 2019
1 parent 1beda7c commit 9fbbeb7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion template/src/components/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ const App = () => {

const loadResources = () => {
return Promise.all([
// @ts-ignore
Asset.loadAsync(Object.values(images)),
Font.loadAsync({
...fontsMap,
Expand Down

0 comments on commit 9fbbeb7

Please sign in to comment.