Skip to content

Commit

Permalink
chore: fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Jan 29, 2025
1 parent 27ea63c commit 304bfbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion webui/src/GettingStarted/DocsContent.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, { useState, useEffect } from 'react'
import React from 'react'
import ReactMarkdown, { defaultUrlTransform } from 'react-markdown'
import remarkGfm from 'remark-gfm'
import { useQuery } from '@tanstack/react-query'
Expand Down
1 change: 1 addition & 0 deletions webui/src/WhatsNewModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ import { DocsSection } from './GettingStarted/GettingStarted.js'

interface WhatsNewPage extends DocsSection {
_version?: string
file: string
}

const whatsNewPages: WhatsNewPage[] =
Expand Down

0 comments on commit 304bfbf

Please sign in to comment.