Skip to content

Commit

Permalink
Make themes a directory
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtylerwalls committed Aug 13, 2024
1 parent b75e002 commit 607e866
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arches/app/media/js/utils/create-vue-application.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { createApp } from 'vue';
import { createGettext } from "vue3-gettext";

import arches from 'arches';
import { DEFAULT_THEME } from "@/arches/theme.ts";
import { DEFAULT_THEME } from "@/arches/themes/default.ts";

export default async function createVueApplication(vueComponent, themeConfiguration) {
/**
Expand Down
File renamed without changes.

0 comments on commit 607e866

Please sign in to comment.