Skip to content

Commit

Permalink
fix invalid import
Browse files Browse the repository at this point in the history
  • Loading branch information
jog1t committed Nov 13, 2023
1 parent 8ab5957 commit 0b3975b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ import { html, TemplateResult } from 'lit';
import * as pathToRegexp from 'path-to-regexp';
import global from './utils/global';
import utils from './utils/utils';
import { DevGameRootConfig } from './elements/pages/dev/game/pages/game';
import RvtRoot from './elements/root/rvt-root';
import { RivetError } from '@rivet-gg/api-internal';
import { isDeveloper } from './utils/identity';
import { Breadcrumb } from './elements/common/rvt-nav';
import { GameSettingsRootConfig } from './elements/pages/dev/game/settings/game-settings';
import { GroupSettingsRootConfig } from './elements/pages/dev/group/settings/group-settings';
import { DevGameRootConfig } from './elements/pages/dev/game/pages/rvt-game-dashboard';

const tailwindConfig = require('../tailwind.config.js');
const tailwind_palette = tailwindConfig.theme.extend.colors;
Expand Down

0 comments on commit 0b3975b

Please sign in to comment.