0.7.0 • Published 1 year ago

texan-spyware v0.7.0

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

Texan Spyware

Texan spyware. Don't type "texas" or "texan" around this component...

Getting Started

Install

npm install texan-spyware

Run code!

import TexanSpyware from './TexanSpyware';

function App() {
  return (
    <div>
      <TexanSpyware/>
    </div>
  );
}