Skip to content

Commit

Permalink
fix(ui): fix element issue using chakra ui Box component
Browse files Browse the repository at this point in the history
  • Loading branch information
Ndohjapan authored and IfyNdu committed Aug 18, 2023
1 parent a1cd45d commit 6bc2c6f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/pages/dashboard.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* eslint-disable linebreak-style */
import { Heading } from '@chakra-ui/react';
import React from 'react';

Expand Down
1 change: 0 additions & 1 deletion src/pages/login.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* eslint-disable linebreak-style */
import React from 'react';
import { Box } from '@chakra-ui/react';

Expand Down
1 change: 0 additions & 1 deletion src/pages/privacy.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* eslint-disable max-len */
import React from 'react';
import {
Box,
Expand Down

0 comments on commit 6bc2c6f

Please sign in to comment.