Add basic services; Base layout
This commit is contained in:
parent
be6467cd2c
commit
ef526cd2db
30 changed files with 291 additions and 34 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import type { Component } from "solid-js";
|
||||
import Community from "../../components/Community/Community";
|
||||
import { Community } from "../../components/Community";
|
||||
|
||||
const CommunityView: Component = () => {
|
||||
const communitiesTest = [
|
||||
|
|
@ -35,4 +35,4 @@ const CommunityView: Component = () => {
|
|||
);
|
||||
};
|
||||
|
||||
export default CommunityView;
|
||||
export { CommunityView };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue