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

Commit

Permalink
Merge 0e53768 into 6cda11c
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin McPherson committed Mar 16, 2017
2 parents 6cda11c + 0e53768 commit e0a915f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 41 deletions.
3 changes: 3 additions & 0 deletions www/src/css/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
// Include Vanilla Framework
@include vanilla;

// Import Snapweb Tookit
@import "snapweb-toolkit/lib/bundle";

// Import site specific styling
@import "patterns_card";
@import "patterns_card-deck";
Expand Down
40 changes: 0 additions & 40 deletions www/src/js/components/search-field.js

This file was deleted.

3 changes: 2 additions & 1 deletion www/src/js/views/store.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ var Marionette = require('backbone.marionette');
var React = require('react');
var ReactBackbone = require('react.backbone');

var SearchField = require('../components/search-field.js');
var DeckStyler = require('../components/deck-styler.js');
var StoreHeaderView = require('../components/store-header.js');
var StorelistView = require('../components/storelist.js');

import { SearchField } from 'snapweb-toolkit';

module.exports = React.createBackboneClass({
getInitialState: function() {
return {
Expand Down

0 comments on commit e0a915f

Please sign in to comment.