Skip to content

Commit

Permalink
DEMO COMMIT.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmchilton committed Dec 13, 2024
1 parent df321f0 commit 46221e1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion client/src/components/admin/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
<div>
<h1>Administration</h1>

<SampleSheetCreator />

<p>
Please visit

Expand Down Expand Up @@ -122,12 +124,13 @@
import { library } from "@fortawesome/fontawesome-svg-core";
import { faServer, faUser, faWrench } from "@fortawesome/free-solid-svg-icons";
import SampleSheetCreator from "components/Collections/SampleSheetCollectionCreator.vue";
import Heading from "components/Common/Heading.vue";
library.add(faServer, faUser, faWrench);
export default {
components: { Heading },
components: { Heading, SampleSheetCreator },
props: {
isToolshedInstalled: {
type: Boolean,
Expand Down

0 comments on commit 46221e1

Please sign in to comment.