mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 11:06:40 +07:00
initial commit
This commit is contained in:
commit
4a2a343e41
11 changed files with 13640 additions and 0 deletions
12
src/containers/App.jsx
Normal file
12
src/containers/App.jsx
Normal file
|
@ -0,0 +1,12 @@
|
|||
import React from 'react';
|
||||
import { Map } from "$containers/Map";
|
||||
|
||||
export class App extends React.Component {
|
||||
render(){
|
||||
return (
|
||||
<div>
|
||||
|
||||
</div>
|
||||
)
|
||||
}
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue