Skip to content

Commit 6da4d41

Browse files
authored
rename drawer css file teambit#3946
rename the files because we don't see them in the website, and I think it's because the double "."
1 parent cdf4826 commit 6da4d41

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

scopes/scope/scope/ui/components-drawer/components.drawer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { Text } from '@teambit/base-ui.text.text';
1010
import { mutedItalic } from '@teambit/ui.styles.muted-italic';
1111
import { ellipsis } from '@teambit/ui.styles.ellipsis';
1212
import { useScope } from '../use-scope';
13-
import styles from './components.drawer.module.scss';
13+
import styles from './components-drawer.module.scss';
1414

1515
export class ComponentsDrawer implements DrawerType {
1616
constructor(private treeNodeSlot: ComponentTreeSlot) {}

scopes/workspace/workspace/ui/workspace-components-drawer/workspace-components.drawer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import { Text } from '@teambit/base-ui.text.text';
1818
import { mutedItalic } from '@teambit/ui.styles.muted-italic';
1919
import { ellipsis } from '@teambit/ui.styles.ellipsis';
2020
import { WorkspaceContext } from '../workspace/workspace-context';
21-
import styles from './workspace-components.drawer.module.scss';
21+
import styles from './workspace-components-drawer.module.scss';
2222

2323
export class WorkspaceComponentsDrawer implements DrawerType {
2424
constructor(private treeNodeSlot: ComponentTreeSlot) {}

0 commit comments

Comments
 (0)