mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
ec2c8c6784
* Fix .json import error This is a regression we've added by #926 (tree-shaking-support) * Add a test case.
6 lines
82 B
JavaScript
6 lines
82 B
JavaScript
import data from '../lib/data'
|
|
|
|
export default () => (
|
|
<div>{data.name}</div>
|
|
)
|