Skip to content

Commit

Permalink
Remove ext from import in example
Browse files Browse the repository at this point in the history
  • Loading branch information
nedjulius committed Dec 11, 2023
1 parent 9c1ee21 commit 0aa6583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/esbuild-example/src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import * as React from 'react';
import ReactDOM from 'react-dom';
import * as stylex from '@stylexjs/stylex';
import { spacing, color } from './tokens.stylex.js';
import { spacing, color } from './tokens.stylex';

const styles = stylex.create({
main: {
Expand Down

0 comments on commit 0aa6583

Please sign in to comment.