Skip to content

Commit

Permalink
docs: merge master
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaohuoni committed Sep 1, 2023
2 parents b03cc71 + 4ff17d5 commit e282277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/api/layout-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export default Foo;

```ts
import React, { useEffect } from 'react';
import type {FC} from 'react;
import type {FC} from 'react';
import { getPageNavBar } from 'alita';

const Foo:FC = () => {
Expand Down

0 comments on commit e282277

Please sign in to comment.