Use @ alias imports. Formatted files.
This commit is contained in:
@@ -6,6 +6,11 @@
|
||||
.valueItem {
|
||||
}
|
||||
|
||||
/* Component Editor */
|
||||
|
||||
.componentWrapper {
|
||||
}
|
||||
|
||||
/* Large - Landscape Tablets / Desktops */
|
||||
/* Medium - Portrait Tablets */
|
||||
/* Horizontal layout, vertically scrolling picker and palette content */
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
import clsx from "clsx";
|
||||
import type { ReactNode } from "react";
|
||||
|
||||
import clsx from "clsx";
|
||||
|
||||
import styles from "./SideMenu.module.css";
|
||||
|
||||
interface SideMenuProps {
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
import { LeftMenu, RightMenu } from "./SideMenu";
|
||||
|
||||
export { LeftMenu, RightMenu };
|
||||
|
||||
Reference in New Issue
Block a user