Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

103 webcomponents #2

Merged
merged 21 commits into from
Dec 14, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Move and rename components
  • Loading branch information
frdsndr committed Dec 14, 2021
commit 1618930d6c076eddf45be7ba992de938f9cd6ef8
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 4 additions & 4 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ appLogic(data);
import './style.css';

// import webcomponents
import './components/filterButton';
import './components/navBar';
import './components/footer';
import './components/footerShebang';
import './components/kaboom/navBar';
import './components/kaboom/footer';
import './components/kaboom/footerShebang';
import './components/filterBtn';
import './components/profile';
import './components/profiles';

Expand Down