fix: fixed error after rebasing with dev
This commit is contained in:
parent
4b61108a9f
commit
d6ee635f22
1 changed files with 2 additions and 2 deletions
|
|
@ -6,8 +6,8 @@ import IDButton from './IDButton'
|
||||||
import IconButton from './IconButton'
|
import IconButton from './IconButton'
|
||||||
import Link from './Link'
|
import Link from './Link'
|
||||||
import SimpleButton from './SimpleButton'
|
import SimpleButton from './SimpleButton'
|
||||||
import SupportLinkButton from './SupportLinkButton'
|
|
||||||
import SubpageButton from './SubpageButton'
|
import SubpageButton from './SubpageButton'
|
||||||
|
import SupportLinkButton from './SupportLinkButton'
|
||||||
|
|
||||||
export {
|
export {
|
||||||
Button,
|
Button,
|
||||||
|
|
@ -18,6 +18,6 @@ export {
|
||||||
IconButton,
|
IconButton,
|
||||||
IDButton,
|
IDButton,
|
||||||
AddButton,
|
AddButton,
|
||||||
SupportLinkButton
|
SupportLinkButton,
|
||||||
SubpageButton
|
SubpageButton
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue