Skip to content

Commit 3fbf72b

Browse files
committed
fix: import scss
1 parent e2fff80 commit 3fbf72b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/Drawer/DrawerContext.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ import React from 'react';
22

33
import {cn} from '../../utils/cn';
44

5+
import './Drawer.scss';
6+
57
const b = cn('ydb-drawer');
68

79
export interface DrawerContextType {

0 commit comments

Comments
 (0)