We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab36c74 commit 436ff2eCopy full SHA for 436ff2e
src/components/Space.tsx
@@ -4,7 +4,7 @@ import * as React from "react";
4
import { Centered } from "./Centered";
5
import { CenteredVertically } from "./CenteredVertically";
6
import { isServer, updateStyleDefinition } from "../core-utils";
7
-import { useUniqueId } from "src/core-react-interop";
+import { useUniqueId } from "../core-react-interop";
8
9
function applyCentering(children: React.ReactNode, centerType: CenterType | undefined) {
10
switch (centerType) {
0 commit comments