We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a020252 commit 8f1db75Copy full SHA for 8f1db75
src/components/Header.tsx
@@ -1,6 +1,6 @@
1
import React, { useState } from 'react';
2
import { useStatements } from '../hooks/useStatements';
3
-// import { useQuestions } from '@/hooks/useQuestions';
+
4
import {
5
Dialog,
6
DialogTrigger,
@@ -10,7 +10,7 @@ import {
10
} from './ui/dialog';
11
import { Button } from './ui/button';
12
import { Input } from './ui/input';
13
-import { User, Edit2, Save, X } from 'lucide-react';
+import { Edit2, Save, X } from 'lucide-react';
14
import { Tooltip, TooltipTrigger, TooltipContent } from './ui/tooltip';
15
import { validateEmail } from '../../utils/validateEmail';
16
import QuestionCounter from './ui/questionCounter/QuestionCounter';
0 commit comments