Skip to content

Commit

Permalink
Added piral-core for future use
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianRappl committed May 10, 2021
1 parent 7af5a2c commit 57322a2
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 1 deletion.
41 changes: 41 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"html-webpack-plugin": "^4.5.2",
"jest": "^26.6.3",
"jest-enzyme": "^7.1.2",
"piral-core": "^0.13.2",
"prettier": "^2.2.1",
"react": "^17.0.2",
"react-ace": "^9.4.0",
Expand Down
2 changes: 1 addition & 1 deletion src/layout.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as React from 'react';
import { Nav, NavItem, NavLink, Navbar, NavbarBrand, NavbarToggler, Container, Row, Col, Collapse } from 'reactstrap';
import { Nav, NavItem, NavLink, Navbar, NavbarBrand, NavbarToggler, Container, Collapse } from 'reactstrap';
import { config } from './data';

export interface LayoutProps {}
Expand Down

0 comments on commit 57322a2

Please sign in to comment.