Skip to content

Commit

Permalink
feat: 🎸 add csv in modules.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
kayac-chang committed Sep 3, 2022
1 parent 2f5bb1b commit 4414221
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/remix-dev/modules.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ declare module "*.css" {
let asset: string;
export default asset;
}
declare module "*.csv" {
let asset: string;
export default asset;
}
declare module "*.eot" {
let asset: string;
export default asset;
Expand Down

0 comments on commit 4414221

Please sign in to comment.