Skip to content

Commit

Permalink
fix: frontend build after refactoring and changing code
Browse files Browse the repository at this point in the history
  • Loading branch information
dawidgil committed Apr 7, 2022
1 parent 4677262 commit d3ebf9b
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 1,592 deletions.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import { Home, Box as BoxIcon, FileText, Layers, MessageSquare, Mail, GitMerge }
import { useRouter } from 'next/router'
import { Divider } from '@mui/material';
import { useStyles } from "./Sidebar.styles";
import { routerConst } from '@dsb-client-gateway/dsb-client-gateway/ui/utils';
import { routerConst } from '@dsb-client-gateway/ui/utils';

function Sidebar() {
const { classes, theme } = useStyles();
Expand Down
Loading

0 comments on commit d3ebf9b

Please sign in to comment.