Skip to content

Commit

Permalink
fix(folder): fix folder structure
Browse files Browse the repository at this point in the history
fix folder structure for utils

Signed-off-by: Niloy Sikdar <niloysikdar30@gmail.com>
  • Loading branch information
niloysikdar committed Jun 27, 2022
1 parent b47e913 commit 2930894
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/utils/makeStyles/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export { makeStyles } from './makeStyles';
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { CSSProperties } from 'react';
import { sx } from './sx';
import { sx } from '../sx';

export interface CSSClasses {
[key: string]: CSSProperties;
Expand Down
1 change: 1 addition & 0 deletions src/utils/sx/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export { sx } from './sx';
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 2930894

Please sign in to comment.