Skip to content

Commit

Permalink
fix: Add missing icons import (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
mshabarov authored Jun 10, 2024
1 parent 86d5e93 commit 0125479
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/frontend/views/@layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import {
SideNav,
SideNavItem
} from "@vaadin/react-components";
import '@vaadin/icons';
import Placeholder from 'Frontend/components/placeholder/Placeholder.js';
import { Suspense } from 'react';
import { Outlet, useLocation, useNavigate } from 'react-router-dom';
Expand Down

0 comments on commit 0125479

Please sign in to comment.