Skip to content

Commit

Permalink
Lint Vite example
Browse files Browse the repository at this point in the history
  • Loading branch information
jordankzf committed Jul 14, 2023
1 parent 31dce8c commit eeab5d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/sado-connect/src/main.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import React, { useState } from "react";
import ReactDOM from "react-dom/client";
import useSend from "./hooks/useSend";
import { SadoConnectKit } from "./index.ts";
import { SadoConnectProvider } from "./providers/SadoContext.tsx";
import { SadoConnectKit } from "./index";
import { SadoConnectProvider } from "./providers/SadoContext";
import "./style.css";

function SampleComponent() {
Expand Down

0 comments on commit eeab5d9

Please sign in to comment.