Skip to content

Commit

Permalink
fixed eslint error - removed unused StrictMode import
Browse files Browse the repository at this point in the history
  • Loading branch information
58bits committed Nov 16, 2022
1 parent 2a16f05 commit dc60ffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/remix-with-typescript/app/entry.client.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import * as React from 'react';
import { useState } from 'react';
import { startTransition, StrictMode } from "react";
import { startTransition } from "react";
import { hydrateRoot } from "react-dom/client";
import { RemixBrowser } from 'remix';
import { CacheProvider } from '@emotion/react';
Expand Down

0 comments on commit dc60ffb

Please sign in to comment.