Skip to content

Commit

Permalink
applyed prettier / eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
Floskinner committed Dec 9, 2022
1 parent 61c976d commit 35d2f5a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
4 changes: 3 additions & 1 deletion src/components/app.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import React from "react";

import { App, Panel, Views, View, Page, Navbar, Block } from "framework7-react";
import process from "node:process";

import { App, Block, Navbar, Page, Panel, View, Views } from "framework7-react";

import routes from "../js/routes";
import store from "../js/store";
Expand Down
7 changes: 0 additions & 7 deletions src/js/routes.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
import HomePage from "../pages/home.jsx";
import AboutPage from "../pages/about.jsx";
import FormPage from "../pages/form.jsx";
import CatalogPage from "../pages/catalog.jsx";
import ProductPage from "../pages/product.jsx";
import SettingsPage from "../pages/settings.jsx";

import Home from "../pages/home.jsx";

var routes = [
Expand Down

0 comments on commit 35d2f5a

Please sign in to comment.