Skip to content

Commit

Permalink
BUGFIX: Adust path to styles
Browse files Browse the repository at this point in the history
  • Loading branch information
markusguenther committed Dec 13, 2024
1 parent de43c8d commit ebd76a5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import logoSvg from '@neos-project/react-ui-components/src/Logo/resource/logo.svg';
import styles from '../Containers/ErrorBoundary/style.module.css';
import styles from './style.module.css';

export function terminateDueToFatalInitializationError(reason: string): void {
if (!document.body) {
Expand Down

0 comments on commit ebd76a5

Please sign in to comment.