App reorganization
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
import LanguageSwitcher from "../../app/components/localization/LanguageSwitcher";
|
||||
|
||||
export default {
|
||||
title: "Components/Localization/LanguageSwitcher",
|
||||
component: LanguageSwitcher,
|
||||
parameters: {
|
||||
layout: "centered",
|
||||
},
|
||||
argTypes: {
|
||||
className: {
|
||||
control: "text",
|
||||
description: "Optional wrapper className",
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
export const Default = {
|
||||
args: {},
|
||||
};
|
||||
Reference in New Issue
Block a user