mirror of
https://github.com/maputnik/editor.git
synced 2026-04-27 11:50:01 +00:00
Tidy of components
- Moved all components into a single directory like nextjs - Made component names consistent with each other - Made component names consistent with their export class names - Added storybook for a few components with the aim to extend this further.
This commit is contained in:
3
src/util/format.js
Normal file
3
src/util/format.js
Normal file
@@ -0,0 +1,3 @@
|
||||
export function formatLayerId (id) {
|
||||
return id === "" ? "[empty_string]" : `'${id}'`;
|
||||
}
|
||||
Reference in New Issue
Block a user