mirror of
https://github.com/filecoin-project/slate.git
synced 2024-11-23 14:07:20 +03:00
feat(GlobalCarousel/Jumpers): export all jumpers
This commit is contained in:
parent
42bae02611
commit
8980059a76
35
components/system/components/GlobalCarousel/jumpers/index.js
Normal file
35
components/system/components/GlobalCarousel/jumpers/index.js
Normal file
@ -0,0 +1,35 @@
|
|||||||
|
import { FileDescription } from "~/components/system/components/GlobalCarousel/jumpers/FileDescription";
|
||||||
|
|
||||||
|
import {
|
||||||
|
MoreInfo,
|
||||||
|
MoreInfoMobile,
|
||||||
|
} from "~/components/system/components/GlobalCarousel/jumpers/MoreInfo";
|
||||||
|
|
||||||
|
import {
|
||||||
|
EditInfo,
|
||||||
|
EditInfoMobile,
|
||||||
|
} from "~/components/system/components/GlobalCarousel/jumpers/EditInfo";
|
||||||
|
|
||||||
|
import { Share, ShareMobile } from "~/components/system/components/GlobalCarousel/jumpers/Share";
|
||||||
|
|
||||||
|
import {
|
||||||
|
EditChannels,
|
||||||
|
EditChannelsMobile,
|
||||||
|
} from "~/components/system/components/GlobalCarousel/jumpers/EditChannels";
|
||||||
|
|
||||||
|
export {
|
||||||
|
//NOTE(amine): FileDescription jumper
|
||||||
|
FileDescription,
|
||||||
|
//NOTE(amine): MoreInfo jumper
|
||||||
|
MoreInfo,
|
||||||
|
MoreInfoMobile,
|
||||||
|
//NOTE(amine): EditInfo jumper
|
||||||
|
EditInfo,
|
||||||
|
EditInfoMobile,
|
||||||
|
//NOTE(amine): Share jumper
|
||||||
|
Share,
|
||||||
|
ShareMobile,
|
||||||
|
//NOTE(amine): EditChannels jumper
|
||||||
|
EditChannels,
|
||||||
|
EditChannelsMobile,
|
||||||
|
};
|
Loading…
Reference in New Issue
Block a user