diff options
| author | Yuval Adam <_@yuv.al> | 2022-09-01 09:31:33 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2022-09-01 09:31:33 +0300 |
| commit | 43fff9d6f8e1b7ba38078804217bb98f6740af99 (patch) | |
| tree | 61d11f08724f710096630aa81f2b43dbd30052e7 /src/index.tsx | |
| parent | c5af7e2ee2fd84badb60cf2bab8b9fc341e9bdad (diff) | |
Fix default exports
Diffstat (limited to 'src/index.tsx')
| -rw-r--r-- | src/index.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.tsx b/src/index.tsx index 8d5df82..353cebb 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -1,7 +1,7 @@ import React from 'react'; import ReactDOM from 'react-dom/client'; import './index.css'; -import App from './Geshem'; +import { App } from './Geshem'; console.log() |
