Skip to content
Snippets Groups Projects
Commit 89f83353 authored by Sindre Eiklid's avatar Sindre Eiklid
Browse files

Moved description

parent 9a9e6dda
Branches
No related tags found
No related merge requests found
/**
* homepage.js
*
* This is the main page of the website and shows all current posts.
* When clicking on a post title, it will show the full post and all the comments in a pop-up.
*/
/* library */ /* library */
import { LitElement, html, css } from '../node_modules/lit-element/lit-element'; import { LitElement, html, css } from '../node_modules/lit-element/lit-element';
/** /**
* @brief Class HomePage * @brief Class HomePage
* *
* This is the main page of the website and shows all current posts.
* When clicking on a post title, it will show the full post and all the comments in a pop-up.
*/ */
export class HomePage extends LitElement { export class HomePage extends LitElement {
/** /**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment