Skip to content
This repository has been archived by the owner on Aug 6, 2024. It is now read-only.

Commit

Permalink
removed custom type
Browse files Browse the repository at this point in the history
  • Loading branch information
albinAppsmith committed Oct 12, 2023
1 parent b937925 commit aeeab77
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/design-system/src/custom.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,3 @@ declare module "*.png" {
const value: any;
export default value;
}

// declaration.d.ts
declare module "*.css" {
const content: Record<string, string>;
export default content;
}

0 comments on commit aeeab77

Please sign in to comment.