Skip to content

Commit

Permalink
Fix input
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Apr 8, 2024
1 parent 66902da commit 12ae9e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 18 deletions.
11 changes: 1 addition & 10 deletions crates/swc/tests/fixture/issues-8xxx/8742/input/themes/index.js
Original file line number Diff line number Diff line change
@@ -1,10 +1 @@

// ======
// SOURCE
// ======
export { teamsDarkTheme, teamsHighContrastTheme, teamsLightTheme, webDarkTheme, webLightTheme } from './themes'; // 🚨 invalid directory path - wont work within browser
export { createDarkTheme, createHighContrastTheme, createLightTheme, createTeamsDarkTheme } from './utils'; // 🚨 invalid directory path - wont work within browser

export { themeToTokensObject } from './themeToTokensObject';
export { tokens } from './tokens';
export { typographyStyles } from './global';
export { }
Original file line number Diff line number Diff line change
@@ -1,8 +1 @@
// ======
// SOURCE
// ======
export { teamsDarkTheme, teamsHighContrastTheme, teamsLightTheme, webDarkTheme, webLightTheme } from "./themes"; // 🚨 invalid directory path - wont work within browser
export { createDarkTheme, createHighContrastTheme, createLightTheme, createTeamsDarkTheme } from "./utils"; // 🚨 invalid directory path - wont work within browser
export { themeToTokensObject } from "./themeToTokensObject";
export { tokens } from "./tokens";
export { typographyStyles } from "./global";
export { };

0 comments on commit 12ae9e5

Please sign in to comment.