mirror of
https://github.com/zhigang1992/react-native-paper.git
synced 2026-06-10 07:19:40 +08:00
7 lines
186 B
JavaScript
7 lines
186 B
JavaScript
import * as React from 'react';
|
|
import { render } from 'react-dom';
|
|
import App from './src/index';
|
|
import './assets/styles/fonts.css';
|
|
|
|
render(<App />, document.getElementById('root'));
|