10 lines
260 B
JavaScript
10 lines
260 B
JavaScript
import { InformationalScreen } from "../../app/create/screens/informational/InformationalScreen";
|
|
|
|
export default {
|
|
title: "Pages/Create/Informational",
|
|
component: InformationalScreen,
|
|
parameters: { layout: "fullscreen" },
|
|
};
|
|
|
|
export const Default = {};
|