Skip to content

Commit

Permalink
fix : profile page
Browse files Browse the repository at this point in the history
  • Loading branch information
Puskar-Roy committed Jul 16, 2024
1 parent b0892a4 commit e5a4627
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/frontend/src/components/ProfileSetup.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, { useState, ChangeEvent, FormEvent } from 'react';
import { useState, ChangeEvent, FormEvent } from 'react';



Expand Down
3 changes: 2 additions & 1 deletion apps/frontend/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"strict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noFallthroughCasesInSwitch": true
"noFallthroughCasesInSwitch": true,

},
"include": ["src"],
"references": [{ "path": "./tsconfig.node.json" }]
Expand Down

0 comments on commit e5a4627

Please sign in to comment.