Skip to content

Commit 20e1a97

Browse files
committed
fix: correct another import statement
1 parent e9ef68e commit 20e1a97

File tree

1 file changed

+2
-2
lines changed
  • web/src/layout/Header/navbar/Menu/Settings/Notifications/FormNotifs

1 file changed

+2
-2
lines changed

web/src/layout/Header/navbar/Menu/Settings/Notifications/FormNotifs/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
import { Checkbox, Button } from "@kleros/ui-components-library";
2-
import styled from "styled-components";
31
import React, { useState } from "react";
2+
import styled from "styled-components";
3+
import { Checkbox, Button } from "@kleros/ui-components-library";
44
import FormEmail from "./FormEmail";
55

66
const FormContainer = styled.div`

0 commit comments

Comments
 (0)