GitLab
Sign in
front-cli
/
pc-page-useStore-template
Back to Group
Project
Activity
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Snippets
Download as
Email Patches
Plain Diff
Browse Code »
Commit
86107778b44782b8671368db83e443927ad5a1e7
Authored by
王强
2024-02-23 16:00:03 +0800
1 parent
c9a263f8
fix
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
index.tsx
index.tsx
View file @
8610777
1
1
import React from "react";
2
-import { C
onfigProvider } from "antd"
;
2
+import { C
ard, ConfigProvider } from 'antd'
;
3
3
import zhCN from "antd/lib/locale-provider/zh_CN";
4
4
import { PageHeaderWrapper } from "@ant-design/pro-layout";
5
5
import { createStore } from "@/hooks/moz";
...
...