Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 47acf9f

Browse files
committedJun 19, 2024·
rebuild
1 parent 6f3aa29 commit 47acf9f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎dist/components/form/Form.d.ts.map

+1-1
Original file line numberDiff line numberDiff line change

‎dist/components/form/Form.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎dist/index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import Button from './components/button/Button';
22
import Table from './components/table/Table';
33
import Form from './components/form/Form';
4-
import FormRichText from "./components/form/components/FormRichText";
4+
import FormRichText from './components/form/components/FormRichText';
55
import Title from './components/title/Title';
66
import Card from './components/card/Card';
77
import Chip from './components/chip/Chip';

0 commit comments

Comments
 (0)
Please sign in to comment.