Skip to content

Commit

Permalink
fix prod
Browse files Browse the repository at this point in the history
  • Loading branch information
munyanezaarmel committed Nov 22, 2024
1 parent 638e2f9 commit 805146d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
12 changes: 1 addition & 11 deletions app/components/Questionairefilter.tsx
Original file line number Diff line number Diff line change
@@ -1,20 +1,10 @@
"use client"
import React, { useState, useMemo } from "react"
import {
Input,
Card,
Typography,
Menu,
Collapse,
Empty,
Select,
Checkbox,
} from "antd"
import { Input, Card, Typography, Collapse, Select, Checkbox } from "antd"
import WelcomeMessage from "./WelcomeMessage"

const { Title, Paragraph } = Typography
const { Panel } = Collapse
const { Option } = Select

const filterKeyToQuestion: Record<string, string> = {
numberOfClients: " What Size is your company?",
Expand Down
2 changes: 1 addition & 1 deletion app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import QuestionaireFilter from "./components/Questionairefilter"
import ToolMapButton from "./components/Button"
import { Modal } from "antd"
import EnAccessToolMap from "./components/Home"
export default function page() {
export default function Page() {
const [isModalOpen, setIsModalOpen] = useState(false)
return (
<div>
Expand Down

0 comments on commit 805146d

Please sign in to comment.