Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Example

Add an example of loading EMS package dependencies

import React from "react";
import Example from 'pkg-example';

export default function App() {
  return (
    <div className="container">
      <Example />
    </div>
  );
}