Skip to content

Commit bfab616

Browse files
committed
fix: build errors in docs
1 parent fe773c6 commit bfab616

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

web/project-site/src/components/TableOfContents.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import React, { useEffect, useState } from 'react';
1+
import { useEffect, useState } from 'react';
22
import { useLocation } from 'react-router-dom';
33

44
interface TOCItem {

web/project-site/src/components/ui/Typography.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
2-
import React, { ElementType } from 'react';
1+
import React, { type ElementType } from 'react';
32

43
interface HeadingProps {
54
children: React.ReactNode;

0 commit comments

Comments
 (0)