Skip to content

Commit

Permalink
refactor: 절대 경로로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
wonjin-dev committed Dec 7, 2023
1 parent 7d738d2 commit a6a923a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AsyncBoundary/components/ErrorBoundary.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Component, type PropsWithChildren } from 'react';

import CommonErrorScreen from '../../Error/Common';
import CommonErrorScreen from '@components/Error/Common';

interface Props {
onError?: (error: Error) => void;
Expand Down

0 comments on commit a6a923a

Please sign in to comment.