Skip to content

Commit 63ad1cb

Browse files
committed
website: fix type error.
1 parent 4432e63 commit 63ad1cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/pages/Examples.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { CSSProperties } from 'styled-components';
1+
import { CSSProperties } from 'react';
22
import LoginBase from '@react-login-page/base';
33
import LoginLogo from 'react-login-page/logo-rect';
44
import LoginPage1 from '@react-login-page/page1';

0 commit comments

Comments
 (0)