mirror of
https://github.com/outline/outline.git
synced 2026-06-24 00:34:22 +03:00
8 lines
89 B
JavaScript
8 lines
89 B
JavaScript
// @flow
|
|
|
|
export default function separator() {
|
|
return {
|
|
type: "separator",
|
|
};
|
|
}
|