Skip to content

Commit 2d4a595

Browse files
authored
Merge pull request #138 from GeekyAnts/fix/build-issue
Fix/build issue
2 parents 9952a06 + 81b1bd1 commit 2d4a595

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versioned_docs/version-3.2.2/default-theme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ id: default-theme
33
title: Default Theme
44
---
55

6-
import { ColorsBlock, FontBlocks, SpaceBlocks } from "/../src/components/index";
6+
import { ColorsBlock, FontBlocks, SpaceBlocks } from "../../src/components";
77

88
The theme object is where you define your application's color palette, type scale, font stacks, breakpoints, border radius values, and more.
99

0 commit comments

Comments
 (0)