Skip to content

Commit 37804ab

Browse files
committed
Restructure components
1 parent 6f68601 commit 37804ab

4 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/app/community/not-found.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* LICENSE file in the root directory of this source tree.
66
*/
77

8-
import {NotFoundContent} from '../NotFoundContent';
8+
import {NotFoundContent} from 'components/Layout/NotFoundContent';
99

1010
export default function NotFound() {
1111
return <NotFoundContent />;

src/app/learn/not-found.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* LICENSE file in the root directory of this source tree.
66
*/
77

8-
import {NotFoundContent} from '../NotFoundContent';
8+
import {NotFoundContent} from 'components/Layout/NotFoundContent';
99

1010
export default function NotFound() {
1111
return <NotFoundContent />;

src/app/reference/not-found.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* LICENSE file in the root directory of this source tree.
66
*/
77

8-
import {NotFoundContent} from '../NotFoundContent';
8+
import {NotFoundContent} from 'components/Layout/NotFoundContent';
99

1010
export default function NotFound() {
1111
return <NotFoundContent />;

0 commit comments

Comments
 (0)