Skip to content

Commit 5c151f4

Browse files
committed
Remove unused import
1 parent 7e41704 commit 5c151f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Elastic.Documentation.Site/Assets/web-components/SearchOrAskAi/SearchOrAskAiButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import {
1414
} from '@elastic/eui'
1515
import { css } from '@emotion/react'
1616
import * as React from 'react'
17-
import { useEffect, Suspense, lazy, useState } from 'react'
17+
import { useEffect, Suspense, lazy } from 'react'
1818
import { useSyncSearchParams } from "./useSyncURLSearchParams";
1919

2020
// Lazy load the modal component

0 commit comments

Comments
 (0)