Skip to content

Commit

Permalink
fixes with prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
58bits committed Nov 16, 2022
1 parent dc60ffb commit 0a9c893
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/remix-with-typescript/app/entry.client.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import * as React from 'react';
import { useState } from 'react';
import { startTransition } from "react";
import { hydrateRoot } from "react-dom/client";
import { startTransition } from 'react';
import { hydrateRoot } from 'react-dom/client';
import { RemixBrowser } from 'remix';
import { CacheProvider } from '@emotion/react';
import { ThemeProvider } from '@mui/material/styles';
Expand Down

0 comments on commit 0a9c893

Please sign in to comment.