Skip to content

Commit b272c7f

Browse files
author
Andrew Desousa
committed
text update and fix character limit bug
1 parent d6a7477 commit b272c7f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

frontend/src/pages/draft/Draft.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import { Document, Packer, Paragraph, TextRun } from 'docx'
77
import { saveAs } from 'file-saver'
88
import { AppStateContext } from '../../state/AppProvider'
99
import { CommandBarButton, Stack } from '@fluentui/react'
10-
import { useNavigate } from 'react-router-dom'
1110

1211
const Draft = (): JSX.Element => {
1312
const appStateContext = useContext(AppStateContext)

0 commit comments

Comments
 (0)