Skip to content

Commit

Permalink
fix(docs): typecheck errors
Browse files Browse the repository at this point in the history
  • Loading branch information
wingkwong committed Feb 28, 2025
1 parent a5df91a commit 990b6bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/docs/components/themes/templates/heroui.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import {initialDarkTheme, initialLayout, initialLightTheme} from "../constants";
import {Config} from "../types";

export const heroui: Config = {
name: "heroui",
light: initialLightTheme,
dark: initialDarkTheme,
layout: initialLayout,
Expand Down

0 comments on commit 990b6bc

Please sign in to comment.