Skip to content

Commit

Permalink
Add missing CSS typing
Browse files Browse the repository at this point in the history
  • Loading branch information
mynameisbogdan committed Nov 27, 2023
1 parent b66a852 commit bbf9945
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions frontend/src/Components/Form/InfoInput.css.d.ts
@@ -0,0 +1,7 @@
// This file is automatically generated.
// Please do not change this file!
interface CssExports {
'message': string;
}
export const cssExports: CssExports;
export default cssExports;

0 comments on commit bbf9945

Please sign in to comment.