Skip to content

Commit

Permalink
chore: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
dtfiedler committed May 2, 2024
1 parent 7f9bf9a commit be86f85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/vite/src/App.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { useEffect, useState } from 'react';
import Markdown from 'react-markdown';
import remarkGfm from 'remark-gfm';
import { WarpFactory, Contract } from 'warp-contracts';
import { Contract, WarpFactory } from 'warp-contracts';

import './App.css';

Expand Down

0 comments on commit be86f85

Please sign in to comment.