From 8454b30a26301077330b6373ca5c75771366920b Mon Sep 17 00:00:00 2001 From: Geoff Doty Date: Thu, 2 Mar 2023 15:15:31 -0600 Subject: [PATCH] simplfy structure --- README.md | 9 --------- src/components/{hello-riot => }/hello-riot.riot | 0 2 files changed, 9 deletions(-) rename src/components/{hello-riot => }/hello-riot.riot (100%) diff --git a/README.md b/README.md index 7470bf6..126d32e 100644 --- a/README.md +++ b/README.md @@ -71,15 +71,6 @@ This template automaticly registers and mounts riot components. These global **c > SEE: `/src/app.js` for more information -### Tests - -In a **folder-per-component** setup, you can place your `*.spec.js` files right next to your web components for isolated testing, but this template is a... - -*bring your own testing solution* - -> EXAMPLE: https://github.com/riot/examples/tree/gh-pages/timer - - ## NPM Scripts - `npm run dev` - Starts the development server at port 3000 diff --git a/src/components/hello-riot/hello-riot.riot b/src/components/hello-riot.riot similarity index 100% rename from src/components/hello-riot/hello-riot.riot rename to src/components/hello-riot.riot