import * as React from React
export default function LCHoldingsReadme() {
const [isLazy, setIsLazy] = useState(false)
React.useEffect(() => {
if (true) {
setIsLazy(true)
}
})
if (isLazy) {
return <h1>Work in progress!!</h1>
} else {
return <></>
}
}LCHoldings
Hello! We're a group of two developers who are passionate about creating and developing new aswell as existing projects.
Pinned Loading
Repositories
Showing 10 of 21 repositories
- blockcypher-discord-bot Public
A Discord bot that lets you track Crypto Transactions Using BlockCyphers Api
- beacon-npm Public
- beszel-incidentio Public
- beacon-leaflet-pages Public
- LC-SLX-Api Public
- lc-inventory-mgmt Public
Inventory Mananagement. Keep track of your things, made for both individuals and larger scale.
- beacon-docs Public
- .github Public
Top languages
Loading…
Most used topics
Loading…