Skip to content

Commit

Permalink
Merge branch 'feat/v3/main' into feat/v3/app-work
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-brydon committed Feb 12, 2025
2 parents 542962d + 86259e5 commit bfadbb2
Show file tree
Hide file tree
Showing 13 changed files with 721 additions and 83 deletions.
2 changes: 1 addition & 1 deletion apps/storybook/.storybook/preview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import { I18nextProvider } from "react-i18next";
import type { EmbedThemeConfig } from "@calcom/embed-core/src/types";
// adds trpc context to all stories (esp. booker)
import { StorybookTrpcProvider } from "@calcom/ui";
import "@calcom/ui/css";

import "../styles/globals.css";
import "../styles/storybook-styles.css";
import i18n from "./i18next";

Expand Down
2 changes: 1 addition & 1 deletion apps/swagger/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import "highlight.js/styles/default.css";
import { type AppProps } from "next/app";
import "swagger-ui-react/swagger-ui.css";

import "../styles/globals.css";
import "@calcom/ui/css";

function MyApp({ Component, pageProps }: AppProps) {
return <Component {...pageProps} />;
Expand Down
Loading

0 comments on commit bfadbb2

Please sign in to comment.