Skip to content

Commit

Permalink
chore: 修正文件名 (#110)
Browse files Browse the repository at this point in the history
Co-authored-by: 谨欣 <[email protected]>
  • Loading branch information
Dreammy23 and 谨欣 authored Jan 3, 2024
1 parent c2ae169 commit ad31399
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion examples/builder/src/pages/App/index.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Assets, DEFAULT_PROJECTS } from '@/constans';
import { Assets, DEFAULT_PROJECTS } from '@/constants';
import type { Application } from '@antv/li-sdk';
import { LIRuntimeApp } from '@antv/li-sdk';
import { ConfigProvider, theme } from 'antd';
Expand Down
2 changes: 1 addition & 1 deletion examples/builder/src/pages/Builder/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { useEffect, useMemo, useState } from 'react';
import { useParams } from 'umi';
import { editorWidgets } from './editor-widgets';
import { useEditorNavbarKey } from './hooks';
import { Assets, DEFAULT_PROJECTS } from '@/constans';
import { Assets, DEFAULT_PROJECTS } from '@/constants';
import './index.less';

const BuilderPage = () => {
Expand Down
2 changes: 1 addition & 1 deletion examples/builder/src/pages/Project/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { useState } from 'react';
import { history, Link } from 'umi';
import styles from './index.less';
import type { Project } from '@/types';
import { DEFAULT_PROJECTS } from '@/constans';
import { DEFAULT_PROJECTS } from '@/constants';

export default function ProjectPage() {
const [projectList, setProjectList] = useState<Project[]>(DEFAULT_PROJECTS);
Expand Down

0 comments on commit ad31399

Please sign in to comment.