aboutsummaryrefslogtreecommitdiffstats
path: root/packages/browser-extension/src/App.tsx
blob: 7daedc37b2eabfcd091412746ac644bfa5f5393d (plain) (blame)
1
2
3
4
5
6
7
8
9
function App() {
  return (
    <>
      <div className="text-3xl">Test</div>
    </>
  );
}

export default App;