Skip to content

Commit 436ff2e

Browse files
committed
Fix import
1 parent ab36c74 commit 436ff2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Space.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import * as React from "react";
44
import { Centered } from "./Centered";
55
import { CenteredVertically } from "./CenteredVertically";
66
import { isServer, updateStyleDefinition } from "../core-utils";
7-
import { useUniqueId } from "src/core-react-interop";
7+
import { useUniqueId } from "../core-react-interop";
88

99
function applyCentering(children: React.ReactNode, centerType: CenterType | undefined) {
1010
switch (centerType) {

0 commit comments

Comments
 (0)