Skip to content

Commit

Permalink
Fix scss imports
Browse files Browse the repository at this point in the history
  • Loading branch information
nukeop committed Jul 21, 2020
1 parent c62d2d9 commit ec8916d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ JAMENDO_CLIENT_ID=836523a7
LAST_FM_API_KEY=2b75dcb291e2b0c9a2c994aca522ac14
LAST_FM_API_SECRET=2ee49e35f08b837d43b2824198171fc8
SOUNDCLOUD_API_KEY=22e8f71d7ca75e156d6b2f0e0a5172b3
YOUTUBE_API_KEY=AIzaSyCIM4EzNqi1in22f4Z3Ru3iYvLaY8tc3bo
YOUTUBE_API_KEY=AIzaSyCkMLHynwJgJYQoGaIResXZxKUbC2euFfw
4 changes: 0 additions & 4 deletions packages/app/typings/import-resources.d.ts

This file was deleted.

9 changes: 9 additions & 0 deletions packages/app/typings/import-types.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
declare module '*.scss' {
const content: {[className: string]: string};
export default content;
}

declare module '*.png' {
const src: string;
export default src;
}
File renamed without changes.

0 comments on commit ec8916d

Please sign in to comment.