Skip to content

Commit

Permalink
chore: relocate folder outside of pages (#2179)
Browse files Browse the repository at this point in the history
Co-authored-by: bietkul <[email protected]>
  • Loading branch information
SavvyShah and bietkul authored Feb 25, 2023
1 parent 79c8eee commit c506a65
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 39 deletions.
2 changes: 1 addition & 1 deletion packages/web/examples/ssr/pages/_app.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* eslint-disable react/prop-types */
import React from 'react';
import './styles/movies.css';
import '../styles/movies.css';
import '../components/index.css';

export default function MyApp({ Component, pageProps }) {
Expand Down
2 changes: 1 addition & 1 deletion packages/web/examples/ssr/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {
SelectedFilters,
} from '@appbaseio/reactivesearch';
import initReactivesearch from '@appbaseio/reactivesearch/lib/server';
import { components } from './utils/index';
import { components } from '../utils/index';

const Main = ({ store }) => {
const [isClicked, setIsClicked] = useState(false);
Expand Down
File renamed without changes.
File renamed without changes.
37 changes: 0 additions & 37 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -155,43 +155,6 @@
react-router-dom "4.3.1"
tocbot "4.5.0"

"@appbaseio/[email protected]":
version "10.0.0-alpha.3"
resolved "https://registry.yarnpkg.com/@appbaseio/reactivecore/-/reactivecore-10.0.0-alpha.3.tgz#21c7db36664acf9a652238ea1df7a6599edca531"
integrity sha512-LievnS/UYyN4j6VZ2eaNkwm3VwfYM1zLttJ92ydyN2S71QXqmLjZtx941zLCILdzYXVzd3sV+YaOf0a+E/mmEQ==
dependencies:
cross-fetch "^3.0.4"
dayjs "^1.11.7"
prop-types "^15.6.0"
redux "^4.0.0"
redux-thunk "^2.3.0"

"@appbaseio/[email protected]":
version "4.0.0-rc"
resolved "https://registry.yarnpkg.com/@appbaseio/reactivesearch/-/reactivesearch-4.0.0-rc.tgz#8ccd72a212b43e565012dac07a56fb9eaf9d4ac8"
integrity sha512-g+ua7KPqFpWh7BMmatQvbyRecwpyQolBeIluC9UXcPVQUj7ZJnjN6HNOt/hDf0A46BgSVYVZW7ldZ6dUGFBKgg==
dependencies:
"@appbaseio/analytics" "^1.1.1"
"@appbaseio/reactivecore" "10.0.0-alpha.3"
"@appbaseio/rheostat" "^1.0.0-alpha.15"
"@emotion/core" "^10.0.28"
"@emotion/styled" "^10.0.27"
appbase-js "^5.2.0"
cross-env "^5.2.0"
dayjs "^1.11.7"
downshift "^1.31.2"
echarts "^5.3.3"
echarts-for-react "^3.0.2"
emotion-theming "^10.0.27"
hoist-non-react-statics "^3.2.1"
hotkeys-js "^3.8.7"
polished "^1.9.3"
prop-types "^15.6.0"
react-day-picker "^7.0.5"
react-redux "^6.0.1"
url-search-params-polyfill "^7.0.0"
xss "^1.0.11"

"@appbaseio/rheostat@^1.0.0-alpha.15":
version "1.0.0-alpha.15"
resolved "https://registry.yarnpkg.com/@appbaseio/rheostat/-/rheostat-1.0.0-alpha.15.tgz#c4db000c7e0adf973aaf95951ab9b4e90d806b26"
Expand Down

0 comments on commit c506a65

Please sign in to comment.