Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Commit

Permalink
Fixing the error with bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
kpachhai committed Sep 21, 2023
1 parent 9cbd981 commit 48ee5b8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/site/src/App.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// Bootstrap CSS
import 'bootstrap/dist/css/bootstrap.min.css';
// Bootstrap Bundle JS
import 'bootstrap/dist/js/bootstrap.bundle.min';

import { FunctionComponent, ReactNode, useContext } from 'react';
import styled from 'styled-components';
Expand Down

0 comments on commit 48ee5b8

Please sign in to comment.